Run postcss for webpack bundle

This commit is contained in:
MrTimscampi 2020-02-28 14:36:42 +01:00
parent fb83b6b244
commit 6c2ed00a61
8 changed files with 432 additions and 19 deletions

View file

@ -22,6 +22,11 @@ module.exports = {
path.resolve(__dirname, "node_modules")
]
},
output: {
filename: "bundle.js",
path: path.resolve(__dirname, "dist"),
libraryTarget: "amd-require"
},
plugins: [
new CopyPlugin(
Assets.map(asset => {