Updated for Beta 4 + added renderer flags.

This commit is contained in:
photonstorm
2017-09-25 15:28:18 +01:00
parent 04f4219ac0
commit 4fd882c02a
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -13,6 +13,10 @@ module.exports = {
},
plugins: [
new webpack.DefinePlugin({
'CANVAS_RENDERER': JSON.stringify(true),
'WEBGL_RENDERER': JSON.stringify(true)
})
]
};