Skip to content

Commit b3f4998

Browse files
authored
chore: build with autoprefixer (#96)
1 parent dbe3f8e commit b3f4998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/build/rollup.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ const config = {
1717
commonjs(),
1818
vue({
1919
css: true,
20-
compileTemplate: true
20+
compileTemplate: true,
21+
style: {
22+
postcssPlugins: [require('autoprefixer')]
23+
}
2124
}),
2225
babel({
2326
runtimeHelpers: true,

0 commit comments

Comments
 (0)