We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445439e commit 9cd2565Copy full SHA for 9cd2565
1 file changed
webpack.dist.config.js
@@ -55,8 +55,9 @@ module.exports = {
55
56
plugins: [
57
new webpack.DefinePlugin({
58
- CANVAS_RENDERER: JSON.stringify(true),
59
- WEBGL_RENDERER: JSON.stringify(true)
+ "typeof SHADER_REQUIRE": JSON.stringify(false),
+ "typeof CANVAS_RENDERER": JSON.stringify(true),
60
+ "typeof WEBGL_RENDERER": JSON.stringify(true)
61
}),
62
63
new CleanWebpackPlugin([ 'dist' ])
0 commit comments