We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c835ce5 commit 6541e68Copy full SHA for 6541e68
build/config.js
@@ -19,14 +19,16 @@ const builds = {
19
'web-runtime-dev': {
20
entry: path.resolve(__dirname, '../src/entries/web-runtime.js'),
21
dest: path.resolve(__dirname, '../dist/vue.common.js'),
22
- format: 'cjs'
+ format: 'cjs',
23
+ banner
24
},
25
// Minified runtime, only for filze size monitoring
26
'web-runtime-prod': {
27
28
dest: path.resolve(__dirname, '../dist/vue.common.min.js'),
29
format: 'umd',
- env: 'production'
30
+ env: 'production',
31
32
33
// Runtime+compiler standalone developement build.
34
'web-standalone-dev': {
0 commit comments