Browse Source

Rollup: Added glconstants() back.

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

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

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