Explorar el Código

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

Mr.doob hace 5 años
padre
commit
219a052941
Se han modificado 1 ficheros con 0 adiciones y 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()
 		],

粤ICP备19079148号