Browse Source

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

Michael Herzog 4 years ago
parent
commit
8bb4b0ad48
1 changed files with 0 additions and 1 deletions
  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',