refactor(rollup): create new css file on build
This commit is contained in:
+3
-1
@@ -31,7 +31,9 @@ export default [{
|
||||
},
|
||||
plugins: [
|
||||
bundleSize(),
|
||||
postcss(),
|
||||
postcss({
|
||||
extract: isProd
|
||||
}),
|
||||
resolve(),
|
||||
babel({
|
||||
exclude: 'node_modules/**'
|
||||
|
||||
Reference in New Issue
Block a user