We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b029c2 commit 19405d2Copy full SHA for 19405d2
packages/vue-cli-plugin-purgecss/generator/index.js
@@ -1,7 +1,7 @@
1
module.exports = (api, options) => {
2
api.extendPackage({
3
devDependencies: {
4
- "@fullhuman/postcss-purgecss": "^3.0.0",
+ "@fullhuman/postcss-purgecss": "^4.0.0",
5
},
6
});
7
api.render("./templates", options);
0 commit comments