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 084174b commit b59d9a5Copy full SHA for b59d9a5
package.json
@@ -21,7 +21,7 @@
21
},
22
"scripts": {
23
"build": "rollup -c",
24
- "build-min": "rollup -c && uglifyjs build/three.js -cm --comments /threejs.org\\\/license/ > build/three.min.js",
+ "build-min": "rollup -c && uglifyjs build/three.js -cm --preamble \"\/\/ 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,5 @@ export default {
30
plugins: [
31
glsl()
32
],
33
- banner: '// threejs.org/license \n',
34
outro: outro
35
};
0 commit comments