Skip to content

Commit

Permalink
fix: side effect should contain css
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Mar 7, 2022
1 parent 79d2b16 commit 19d2899
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 19d2899

Please sign in to comment.