Browse Source

Rollup: Don't replace gl constant on non-minified.

Mr.doob 4 years ago
parent
commit
219a052941
1 changed files with 0 additions and 2 deletions
  1. 0 2
      utils/build/rollup.config.js

+ 0 - 2
utils/build/rollup.config.js

@@ -261,7 +261,6 @@ export default [
 	{
 		input: 'src/Three.js',
 		plugins: [
-			glconstants(),
 			glsl(),
 			buble( {
 				transforms: {
@@ -308,7 +307,6 @@ export default [
 	{
 		input: 'src/Three.js',
 		plugins: [
-			glconstants(),
 			glsl(),
 			header()
 		],