Merge pull request #411 from QingWei-Li/fix/cooking-common

fix build commonjs config
pull/428/head
baiyaaaaa 2016-10-14 10:15:46 +08:00 committed by GitHub
commit 1accfd75bb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cooking.set({
extends: ['vue2'],
minimize: false,
alias: config.alias,
externals: { vue: 'vue' }
externals: config.externals
});
cooking.add('output.filename', 'element-ui.common.js');