浏览代码

Dev: Keep WebGL constants in three.js build. (#21519)

Michael Herzog 4 年之前
父节点
当前提交
8bb4b0ad48
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      utils/build/rollup.config.js

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

@@ -290,7 +290,6 @@ export default [
 		input: 'src/Three.js',
 		plugins: [
 			addons(),
-			glconstants(),
 			glsl(),
 			babel( {
 				babelHelpers: 'bundled',