refactor(build): copy style.css from dist/nocss to dist

This commit is contained in:
moklick
2021-01-20 10:50:31 +01:00
parent 0ab155ff02
commit 040cf60699
3 changed files with 10139 additions and 28 deletions
-1
View File
@@ -44,7 +44,6 @@ const baseConfig = ({ mainFile = pkg.main, moduleFile = pkg.module, extractCss =
}),
bundleSize(),
postcss({
minimize: isProd,
extract: extractCss,
}),
babel({