Updated for Beta 4 + added renderer flags.
This commit is contained in:
@@ -13,6 +13,10 @@ module.exports = {
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'CANVAS_RENDERER': JSON.stringify(true),
|
||||
'WEBGL_RENDERER': JSON.stringify(true)
|
||||
})
|
||||
]
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user