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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -