Updating webpack config

This commit is contained in:
2020-06-02 04:24:55 +01:00
parent a122c9821b
commit 7d3ae345a4
7 changed files with 192 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
module.exports = {
plugins: {
"postcss-preset-env": {
browsers: "last 2 versions"
},
autoprefixer: {}
}
plugins: {
"postcss-preset-env": {},
autoprefixer: {},
},
};