Browse Source

Nodes: Mark as effectful for Webpack. (#27189)

Cody Bennett 1 year ago
parent
commit
1bd7fcf896
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "type": "git",
     "url": "https://github.com/mrdoob/three.js"
   },
-  "sideEffects": false,
+  "sideEffects": ["./examples/jsm/nodes/Nodes.js"],
   "files": [
     "build",
     "examples/jsm",