Explorar o código

Rollup: Added glconstants() back.

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