We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020a0ff commit 084174bCopy full SHA for 084174b
package.json
@@ -21,7 +21,7 @@
21
},
22
"scripts": {
23
"build": "rollup -c",
24
- "build-min": "rollup -c && uglifyjs build/three.js -cm > build/three.min.js",
+ "build-min": "rollup -c && uglifyjs build/three.js -cm --comments /threejs.org\\\/license/ > build/three.min.js",
25
"dev": "rollup -c -w",
26
"test": "echo \"Error: no test specified\" && exit 1"
27
rollup.config.js
@@ -30,6 +30,6 @@ export default {
30
plugins: [
31
glsl()
32
],
33
-
+ banner: '// threejs.org/license \n',
34
outro: outro
35
};
0 commit comments