Skip to content

Commit f918a7f

Browse files
wxnet2013znck
authored andcommitted
fix: edit example conf.js (vuejs#161)
1 parent 9e1b315 commit f918a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const buble = require('rollup-plugin-buble');
55

66
export default {
77
name: 'helloRollupVue',
8+
input: './index.js',
89
output: {
910
file: 'dist/bundle.js',
1011
format: 'umd'

0 commit comments

Comments
 (0)