fix(css): inject
This commit is contained in:
+2
-3
@@ -29,10 +29,9 @@ export default [{
|
||||
plugins: [
|
||||
bundleSize(),
|
||||
postcss({
|
||||
extract: true,
|
||||
plugins: [
|
||||
autoprefixer(),
|
||||
postCssNested()
|
||||
postCssNested(),
|
||||
autoprefixer()
|
||||
]
|
||||
}),
|
||||
resolve(),
|
||||
|
||||
Reference in New Issue
Block a user