Skip to content

Commit 3004276

Browse files
committed
Fix the configurations for autoprefixer
1 parent 2f5e588 commit 3004276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ if (process.env.NODE_ENV === 'production') {
8080
];
8181

8282
module.exports.vue = {
83-
autoprefixer: {
83+
postcss: [require('autoprefixer')({
8484
browsers: [
8585
'last 2 versions',
8686
'last 4 Android versions',
8787
'last 3 iOS versions'
8888
]
89-
}
89+
})]
9090
};
9191
} else {
9292
// development configurations

0 commit comments

Comments
 (0)