Build improvemnets
* Remove CleanWebpackPlugin This pugin would wipe the non-minified files every time `make dist` was called, and generally made it more difficult to build only particular files. * Use order-only prerequisites for the `dist` Make recipe This allows more efficient building because order-only prerequisites don't force a rebuild of the main recipe. https://www.gnu.org/software/make/manual/make.html#Prerequisite-Types
Showing
... | ... | @@ -71,7 +71,6 @@ |
"bootstrap.native": "^2.0.27", | ||
"bootstrap.native-loader": "2.0.0", | ||
"clean-css-cli": "^4.3.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^6.0.2", | ||
"css-loader": "^3.5.3", | ||
"dayjs": "1.8.30", | ||
... | ... |
Please register or sign in to comment