Closed rbreslow closed 4 years ago
Right now, we're generating the Base64 encoded bundle via a bash script. I'd prefer to generate the bundle as a webpack compiler hook, that way we can use webpack --watch and get auto refresh support in-game.
webpack --watch
See: https://webpack.js.org/api/compiler-hooks/#afteremit
Right now, we're generating the Base64 encoded bundle via a bash script. I'd prefer to generate the bundle as a webpack compiler hook, that way we can use
webpack --watch
and get auto refresh support in-game.See: https://webpack.js.org/api/compiler-hooks/#afteremit