Skip to content

Commit

Permalink
fix: revert sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Apr 4, 2022
1 parent 572e2af commit 7a98917
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = webpackMerge(commonConfig, {
},
{
test: /\.((c|sc)ss)$/i,
sideEffects: true,
use: [
MiniCssExtractPlugin.loader,
{
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"lib",
"es"
],
"sideEffects": [
"./src/**/*.scss",
"./dist/*.css"
],
"license": "MIT",
"scripts": {
"generate-docs": "node ./scripts/generateDocs.js",
Expand Down

0 comments on commit 7a98917

Please sign in to comment.