Skip to content

Commit

Permalink
Fix #278. Include module css as sideEffect.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Aug 19, 2022
1 parent 33c30c6 commit 7adcb2c
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 @@ -6,7 +6,9 @@
"main": "dist/force-graph.common.js",
"module": "dist/force-graph.module.js",
"types": "src/index.d.ts",
"sideEffects": false,
"sideEffects": [
"./src/*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vasturiano/force-graph.git"
Expand Down

0 comments on commit 7adcb2c

Please sign in to comment.