Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 589092f

Browse files
committed
Add buble to example rollup config file
1 parent 5188082 commit 589092f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Simple rollup config file.
22

33
const vue = require('../dist/rollup-plugin-vue.common.js');
4-
4+
const buble = require('rollup-plugin-buble');
55
export default {
6-
plugins: [ vue() ],
6+
plugins: [ vue({compileTemplate: true}), buble() ],
77
};

0 commit comments

Comments
 (0)