refactor(rollup): dont extract css

This commit is contained in:
moklick
2019-10-08 22:43:26 +02:00
parent ac2488b8d0
commit c0b00b9490
4 changed files with 27 additions and 192 deletions
+1 -3
View File
@@ -17,9 +17,7 @@ const onwarn = (warning, rollupWarn) => {
};
const plugins = [
bundleSize(),
postcss({
extract: isProd
}),
postcss(),
resolve(),
babel({
exclude: 'node_modules/**'