diff --git a/webpack.config.react4xp.js b/webpack.config.react4xp.js index 174a690..2951e05 100644 --- a/webpack.config.react4xp.js +++ b/webpack.config.react4xp.js @@ -35,7 +35,8 @@ module.exports = function(env, config) { loader: 'css-loader', options: { importLoaders: 1, - modules: { auto: true } + modules: { auto: true }, + esModule: false, } }, {