Skip to content

Commit

Permalink
Merge pull request #917 from cozy/webpack-side-effects
Browse files Browse the repository at this point in the history
fix: Mark css files as having side effects
  • Loading branch information
y-lohse authored Apr 25, 2019
2 parents d8bb982 + df378c5 commit e41eac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
"watch:doc:react": "env BABEL_ENV=transpilation styleguidist server --config docs/styleguide.config.js",
"watch:doc:kss": "nodemon --ext styl,md --watch stylus --exec 'yarn build:doc:kss && http-server build/styleguide -p 4242'"
},
"sideEffects": false,
"sideEffects": [
"*.css"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit e41eac8

Please sign in to comment.