Skip to content

Commit

Permalink
exclude node_modules
Browse files Browse the repository at this point in the history
remove comments
  • Loading branch information
jmartsch committed Mar 23, 2020
1 parent 8ce64a2 commit a25e80a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ module.exports = {
rules: [
{
test: /\.s[ac]ss$/i,
exclude: /node_modules/,
use: [
MiniCssExtractPlugin.loader,
// Creates `style` nodes from JS strings
// 'style-loader',
// Translates CSS into CommonJS
'css-loader',
// Compiles Sass to CSS
'sass-loader',
],
},
Expand All @@ -26,8 +23,6 @@ module.exports = {
},
plugins: [
new MiniCssExtractPlugin({
// Options similar to the same options in webpackOptions.output
// both options are optional
filename: 'lazyframe.css',
// chunkFilename: '[id].css'
}),
Expand Down

0 comments on commit a25e80a

Please sign in to comment.