Skip to content

Commit

Permalink
chore: build with autoprefixer (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
levy9527 authored Oct 18, 2019
1 parent 5d59beb commit 0ac53e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const config = {
commonjs(),
vue({
css: true,
compileTemplate: true
compileTemplate: true,
style: {
postcssPlugins: [require('autoprefixer')]
}
}),
babel({
runtimeHelpers: true,
Expand Down

0 comments on commit 0ac53e7

Please sign in to comment.