feat: apply-css-loader hmr code

This commit is contained in:
Igor Randjelovic
2020-11-22 16:05:30 +01:00
parent 241c4102f7
commit 2f5cd2bb85
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: '() => {}',
},
]);