Skip to content

Commit

Permalink
build: update vue-cli to use purgecss 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Feb 21, 2021
1 parent 5b029c2 commit 19405d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-purgecss/generator/index.js
@@ -1,7 +1,7 @@
module.exports = (api, options) => {
api.extendPackage({
devDependencies: {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@fullhuman/postcss-purgecss": "^4.0.0",
},
});
api.render("./templates", options);
Expand Down

0 comments on commit 19405d2

Please sign in to comment.