Commit a4964118 authored by qingwei.li's avatar qingwei.li

fix build commonjs config

parent a1482429
......@@ -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');
......
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