From e7f7ca775bcca4a454a2c45142459a9ee93e4229 Mon Sep 17 00:00:00 2001 From: wxnet2013 Date: Fri, 8 Dec 2017 23:31:11 +0800 Subject: [PATCH] fix: edit example conf.js --- example/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/example/rollup.config.js b/example/rollup.config.js index a29c309..e311b00 100644 --- a/example/rollup.config.js +++ b/example/rollup.config.js @@ -5,6 +5,7 @@ const buble = require('rollup-plugin-buble'); export default { name: 'helloRollupVue', + input: './index.js', output: { file: 'dist/bundle.js', format: 'umd'