瀏覽代碼

Rollup: Added glconstants() back.

Mr.doob 5 年之前
父節點
當前提交
25eee2d7c1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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()
 		],