Skip to content

Commit 8c05833

Browse files
committed
include banner for CommonJS build
1 parent 83f418e commit 8c05833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ rollup.rollup({
2626
})
2727
.then(function (bundle) {
2828
return write('dist/vue.common.js', bundle.generate({
29-
format: 'cjs'
29+
format: 'cjs',
30+
banner: banner
3031
}).code)
3132
})
3233
// Standalone Dev Build

0 commit comments

Comments
 (0)