Skip to content

Commit 1043754

Browse files
CodyJasonBennettAdaRoseCannon
authored andcommitted
Nodes: Mark directory as effectful for Webpack/Vite. (mrdoob#27376)
1 parent 9bb9eb4 commit 1043754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/mrdoob/three.js"
2323
},
24-
"sideEffects": ["./examples/jsm/nodes/Nodes.js"],
24+
"sideEffects": ["./examples/jsm/nodes/**/*"],
2525
"files": [
2626
"build",
2727
"examples/jsm",

0 commit comments

Comments
 (0)