We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1b315 commit f918a7fCopy full SHA for f918a7f
example/rollup.config.js
@@ -5,6 +5,7 @@ const buble = require('rollup-plugin-buble');
5
6
export default {
7
name: 'helloRollupVue',
8
+ input: './index.js',
9
output: {
10
file: 'dist/bundle.js',
11
format: 'umd'
0 commit comments