You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate using inject: true to insert webpack assers before </body> - the current template hardcodes them, resulting in 404s for everything but app.js when running webpack on the server.
This should also preserve the correct ordering of dependencies, as html-webpack-plugin inserts entry assets last.
The text was updated successfully, but these errors were encountered:
insin
changed the title
Inject webpack assets into HTML instead of hardcoding them in the template
Inject webpack assets instead of hardcoding them in the template
Dec 27, 2015
Investigate using
inject: true
to insert webpack assers before</body>
- the current template hardcodes them, resulting in 404s for everything but app.js when running webpack on the server.This should also preserve the correct ordering of dependencies, as html-webpack-plugin inserts entry assets last.
The text was updated successfully, but these errors were encountered: