Webpack 2 (beta 25) - alternate index.html -
in webpack 1.x able add code have webpack serve alternate index.html.
this not working in webpack 2
docs: https://webpack.js.org/configuration/dev-server/
devserver: { historyapifallback: { index: 'index-wp.html' } }
i'm converting large angular app (thousands of files) gulp bundling webpack , trying leave original assets in place.
thanks!
Comments
Post a Comment