Skip to content

Commit 6541e68

Browse files
Sebastian Schweizeryyx990803
authored andcommitted
add license information to vue.common.js (#3835)
1 parent c835ce5 commit 6541e68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ const builds = {
1919
'web-runtime-dev': {
2020
entry: path.resolve(__dirname, '../src/entries/web-runtime.js'),
2121
dest: path.resolve(__dirname, '../dist/vue.common.js'),
22-
format: 'cjs'
22+
format: 'cjs',
23+
banner
2324
},
2425
// Minified runtime, only for filze size monitoring
2526
'web-runtime-prod': {
2627
entry: path.resolve(__dirname, '../src/entries/web-runtime.js'),
2728
dest: path.resolve(__dirname, '../dist/vue.common.min.js'),
2829
format: 'umd',
29-
env: 'production'
30+
env: 'production',
31+
banner
3032
},
3133
// Runtime+compiler standalone developement build.
3234
'web-standalone-dev': {

0 commit comments

Comments
 (0)