refactor(rollup): create new css file on build

This commit is contained in:
moklick
2019-10-07 22:29:58 +02:00
parent c6b96e923b
commit 859ac67687
6 changed files with 78 additions and 17 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ export default [{
},
plugins: [
bundleSize(),
postcss(),
postcss({
extract: isProd
}),
resolve(),
babel({
exclude: 'node_modules/**'