diff --git a/webpack.client.config.js b/webpack.client.config.js index 6af109fc..86a6a91d 100644 --- a/webpack.client.config.js +++ b/webpack.client.config.js @@ -28,14 +28,7 @@ module.exports = { } } }, - isDev && { - test: /\.css$/, - use: [ - { loader: 'style-loader' }, - { loader: 'css-loader' } - ] - }, - !isDev && { + { test: /\.css$/, use: [ { loader: 'style-loader' },