Skip to content

Commit

Permalink
add css to sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
mahboubii committed May 26, 2021
1 parent 9847135 commit e5ff4b7
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 @@ -11,7 +11,9 @@
"jsnext:main": "dist/index.js",
"jsdelivr": "dist/browser.full-bundle.js",
"style": "dist/index.css",
"sideEffects": false,
"sideEffects": [
"*.css"
],
"files": [
"src",
"dist"
Expand Down

0 comments on commit e5ff4b7

Please sign in to comment.