How to build webpack on heroku? -
what best way trigger webpack build after deploying heroku?
push bundled version in not beautiful solution.
what kind of application this? if using package.json, run webpack in postinstall step using npm scripts.
Comments
Post a Comment