Jelajahi Sumber

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

Mr.doob 5 tahun lalu
induk
melakukan
219a052941
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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()
 		],