Skip to content

Commit 64467c0

Browse files
Nodes: Mark directory as effectful for Webpack/Vite. (#27376)
1 parent 37cb4ae commit 64467c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)