Skip to content

Commit

Permalink
fix: side effect should contain css (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Mar 7, 2022
1 parent f92deba commit 4c2b149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"sideEffects": ["dist/index.css"],
"scripts": {
"clean": "rimraf dist",
"prebuild": "yarn run clean",
Expand Down

0 comments on commit 4c2b149

Please sign in to comment.