feat(v2): postcss should only use stage 3 features instead of stage 2 (#1872)

This commit is contained in:
Endi 2019-10-24 12:25:10 +07:00 committed by Yangshun Tay
parent 91703eb728
commit 22fb8698c5
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ export function getStyleLoaders(
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
}),
],
},