mirror of https://github.com/ElemeFE/element
fix eslint error in gen-single-config.js
parent
1b4a0f9285
commit
4c69a540ca
|
@ -13,5 +13,5 @@ module.exports = function (context, moduleName, entry) {
|
|||
extends: ['vue2'],
|
||||
alias: config.alias,
|
||||
externals: { vue: config.vue }
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue