rbreslow / speak

A full featured chatbox addon for Garry's Mod.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Have webpack generate the Base64 encoded bundle #3

Closed rbreslow closed 4 years ago

rbreslow commented 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.

See: https://webpack.js.org/api/compiler-hooks/#afteremit