Skip to content

Commit cec7e6b

Browse files
committed
Add autoprefixer support
1 parent 857b969 commit cec7e6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/templates/_webpack.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ if (process.env.NODE_ENV === 'production') {
6161
}),
6262
new webpack.optimize.OccurenceOrderPlugin()
6363
];
64+
65+
module.exports.vue = {
66+
autoprefixer: {
67+
browsers: ['last 2 versions']
68+
}
69+
}
6470
} else {
6571
module.exports.devtool = '#source-map';
6672
}

0 commit comments

Comments
 (0)