webpack-boilerplate
webpack-boilerplate copied to clipboard
📦 A sensible webpack 5 boilerplate.
Run `npm audit` on all commits to `master` as well as pull requests. Moreover a peridoic rebuild is scheduled and a build badge was added. Note: The CI will fail...
Version of some indirect dependencies had to be bumped. Version in `package-lock.json` also updated with version from `package.json` ``` # npm audit report ansi-regex 4.0.0 - 4.1.0 Severity: high Inefficient...
I have a static html page that needs to load the built css and js. Running `npm run start` loads all proper resource, however when building the prod script,`npm run...
非常纯净的一款框架,项目可以根据这个基础框架进行调整,节约不少时间
这个webpack搭建的脚手架不错,基本上拿来改下就可以用在项目当中了
Hi, thanks for the great [tutorial](https://www.taniarascia.com/how-to-use-webpack/). I was following it and also cloned this repo. In both cases, I get ``` Cannot apply update. Need to do a full reload!...
Hi, I found an issue with the rule test for sass-loader. The regex must contain `/i` at the end otherwise the test is not working. On my machine at least...
What happen?: I cloned this repo as a template, and then I did the "npm run start" script then type a `123123` tag in `index.html` #root element, and saved the...
First line of dev conf requires webpack var but never uses it. If you remove that ESLint doesn't complain anymore and it still compiles: ~~`const webpack = require('webpack')`~~
dev and prod both require common configuration by calling it with the extension, making ESLint complain. You can remove the complaint by removing the extension in both files, like this:...