Skip to content

Commit

Permalink
include banner for CommonJS build
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 23, 2015
1 parent 83f418e commit 8c05833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ rollup.rollup({
})
.then(function (bundle) {
return write('dist/vue.common.js', bundle.generate({
format: 'cjs'
format: 'cjs',
banner: banner
}).code)
})
// Standalone Dev Build
Expand Down

0 comments on commit 8c05833

Please sign in to comment.