Skip to content

Commit

Permalink
fix: add .css to sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 2, 2018
1 parent 947f310 commit 5b8c19f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"jsdelivr": "dist/vuetify.js",
"types": "types/index.d.ts",
"sideEffects": [
"*.styl"
"*.styl",
"*.css"
],
"scripts": {
"watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch",
Expand Down

0 comments on commit 5b8c19f

Please sign in to comment.