diff --git a/webpack.config.js b/webpack.config.js index aca0d2b..9903bc5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,14 +15,6 @@ module.exports = { path: path.join(__dirname, 'dist'), filename: '[name].bundle.js', }, - module: { - rules: [ - { - test: /\.css$/, - use: [ 'style-loader', 'css-loader' ] - } - ] - }, optimization: { splitChunks: { cacheGroups: {