mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
feat: apply-css-loader hmr code
This commit is contained in:

committed by
Nathan Walker

parent
bb80853db4
commit
9e091c4bfd
@ -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