refactor(rollup): dont extract css
This commit is contained in:
+1
-3
@@ -17,9 +17,7 @@ const onwarn = (warning, rollupWarn) => {
|
||||
};
|
||||
const plugins = [
|
||||
bundleSize(),
|
||||
postcss({
|
||||
extract: isProd
|
||||
}),
|
||||
postcss(),
|
||||
resolve(),
|
||||
babel({
|
||||
exclude: 'node_modules/**'
|
||||
|
||||
Reference in New Issue
Block a user