feat: apply-css-loader hmr code

This commit is contained in:
Igor Randjelovic
2020-11-22 16:05:30 +01:00
committed by Nathan Walker
parent bb80853db4
commit 9e091c4bfd
2 changed files with 21 additions and 4 deletions

View File

@ -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: '() => {}',
},
]);