Run postcss for webpack bundle
This commit is contained in:
parent
fb83b6b244
commit
6c2ed00a61
8 changed files with 432 additions and 19 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue