Explorar o código

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

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
219a052941
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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()
 		],