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

fix: edit example conf.js #161

Merged
merged 1 commit into from
Mar 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions example/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const buble = require('rollup-plugin-buble');

export default {
name: 'helloRollupVue',
input: './index.js',
output: {
file: 'dist/bundle.js',
format: 'umd'
Expand Down