Upgrade Webpack and JS dependencies

This commit is contained in:
Michael Mayer
2019-05-07 15:41:33 +02:00
parent 53a5d84653
commit 940e2a69f9
32 changed files with 5514 additions and 5829 deletions

View File

@@ -0,0 +1,7 @@
module.exports = ({ file, options, env }) => ({
plugins: {
"postcss-import": {},
"postcss-preset-env": true,
"cssnano": env === "production",
}
});