mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat: apply-css-loader hmr code
This commit is contained in:
@ -186,7 +186,9 @@ export default function (config: Config, env: IWebpackEnv): Config {
|
||||
/* for compat only */ 'global.isAndroid': platform === 'android',
|
||||
/* for compat only */ 'global.isIOS': platform === 'ios',
|
||||
process: 'global.process',
|
||||
/* todo: remove if fixed in core? */ profile: '() => {}',
|
||||
|
||||
// todo: ?!?!
|
||||
// profile: '() => {}',
|
||||
},
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user