fix(css): inject

This commit is contained in:
moklick
2019-07-25 11:40:39 +02:00
parent dbb178b222
commit 71c357ddfc
3 changed files with 33 additions and 4 deletions
+2 -3
View File
@@ -29,10 +29,9 @@ export default [{
plugins: [
bundleSize(),
postcss({
extract: true,
plugins: [
autoprefixer(),
postCssNested()
postCssNested(),
autoprefixer()
]
}),
resolve(),