How to deploy a webpack application on heroku?
After some attempts, I could deploy my webpack project on Heroku by using the following architecture.
- Create a Webpack config file running a webpack-dev-server for development.
- Create a server.js file with an express server for deploy on Heroku.
I created a little github repo for those interested in using webpack deployed in Heroku.