feat(rollup): extract css

This commit is contained in:
moklick
2019-07-25 00:17:21 +02:00
parent f7a7ea2b22
commit e496cbe795
3 changed files with 114 additions and 32 deletions
+1
View File
@@ -29,6 +29,7 @@ export default [{
plugins: [
bundleSize(),
postcss({
extract: true,
plugins: [
autoprefixer(),
postCssNested()