2
0
Эх сурвалжийг харах

Rollup: Added glconstants() back.

Mr.doob 5 жил өмнө
parent
commit
25eee2d7c1

+ 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()
 		],