File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.4 (2022-09-08)
2+ - fix: fixed last stable version of ansis in package.json to avoid issues in dependency
3+
14## 0.8.3 (2022-09-04)
25- docs: update readme
36
Original file line number Diff line number Diff line change @@ -228,4 +228,4 @@ new RemoveEmptyScriptsPlugin({
228228[ ansis ] : https://github.com/webdiscus/ansis
229229[ pug-plugin ] : https://github.com/webdiscus/pug-plugin
230230[ pug-loader ] : https://github.com/webdiscus/pug-loader
231- <!-- prettier-ignore-end -->
231+ <!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-remove-empty-scripts" ,
3- "version" : " 0.8.3 " ,
3+ "version" : " 0.8.4 " ,
44 "description" : " Webpack 5 plugin to remove empty scripts generated by usage only style in webpack entry." ,
55 "keywords" : [
66 " webpack" ,
5656 "webpack" : " >=5.32.0"
5757 },
5858 "dependencies" : {
59- "ansis" : " ^ 1.4.0"
59+ "ansis" : " 1.4.0"
6060 },
6161 "devDependencies" : {
6262 "@babel/core" : " ^7.18.13" ,
You can’t perform that action at this time.
0 commit comments