static-html-webpack-boilerplate
static-html-webpack-boilerplate copied to clipboard
Page without app.bundle
Hello, how i can create a page.html without app.bundle?. It would be helpful when need a page with some minimal script (like login.html) and not all app.bundle.
is it possible that?
thanks.
Hey @seba-salavilla, you could always tweak the Webpack config of this template using another plugin: https://github.com/jamesjieye/html-webpack-exclude-assets-plugin
Haven't had the time to revisit this package to introduce an example for it, but if you find a solution that generalizes well, feel free to open a PR!