frontend-webpack-boilerplate icon indicating copy to clipboard operation
frontend-webpack-boilerplate copied to clipboard

Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.

Results 37 frontend-webpack-boilerplate issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Cannot include partials in .ejs files as it returns: > Error: Child compilation failed If I use the `include('./nav.ejs')` syntax, I get: > Template execution failed: ReferenceError:...

Hi, how about adding an hash on compiled css and js when deploying to production?

question

In the previous version of the boilerplate you could set it up like so `external: { proxy: "http://example.test/", },` This would change the URL whist developing. I can't figure out...

help wanted

What if we have a few folders, maybe About or Works: ``` index.html about/index.html works/first/index.html ``` How export those html to _dist_ folder with _src_ replaced?

help wanted

Want to know how can I get multiple javascript files as output & as well as multiple sass files? for example here is a dummy layout of the directory: src/...

help wanted

I want to manage more than 20+ html pages? Is there any shortcut using webpack html plugin?

help wanted

**Is your support request related to a problem? Please describe.** Yes, when I clone this repo, clean installed pc / vscode I have faced linebreak issues (only eslint plugin installed...

enhancement

Could you please add `svg-sprite-loader` to inject svg icons into the document' s body?

enhancement

Hi thanks for this boilerplate, awesome! It gets better any time In this time I’m reading a lot about these 2 modern concepts: **CSS custom properties** and **CSS grids**. Well,...

enhancement

Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.3. Release notes Sourced from webpack's releases. v5.90.3 Bug Fixes don't mangle when destructuring a reexport types for Stats.toJson() and Stats.toString() many internal types [CSS]...

dependencies