ソースを参照

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

Mr.doob 4 年 前
コミット
219a052941
1 ファイル変更0 行追加2 行削除
  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',
 		input: 'src/Three.js',
 		plugins: [
 		plugins: [
-			glconstants(),
 			glsl(),
 			glsl(),
 			buble( {
 			buble( {
 				transforms: {
 				transforms: {
@@ -308,7 +307,6 @@ export default [
 	{
 	{
 		input: 'src/Three.js',
 		input: 'src/Three.js',
 		plugins: [
 		plugins: [
-			glconstants(),
 			glsl(),
 			glsl(),
 			header()
 			header()
 		],
 		],