Commit 1accfd75 authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

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

fix build commonjs config
parents a1482429 a4964118
...@@ -9,7 +9,7 @@ cooking.set({ ...@@ -9,7 +9,7 @@ cooking.set({
extends: ['vue2'], extends: ['vue2'],
minimize: false, minimize: false,
alias: config.alias, alias: config.alias,
externals: { vue: 'vue' } externals: config.externals
}); });
cooking.add('output.filename', 'element-ui.common.js'); cooking.add('output.filename', 'element-ui.common.js');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment