static-html-webpack-boilerplate icon indicating copy to clipboard operation
static-html-webpack-boilerplate copied to clipboard

Page without app.bundle

Open seba-salavilla opened this issue 6 years ago • 1 comments

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.

seba-salavilla avatar Nov 13 '19 20:11 seba-salavilla

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!

erickzhao avatar Dec 03 '19 03:12 erickzhao