Commit 37d8a1d0 authored by 李纪文's avatar 李纪文

fix: 修改配置信息

parent 21606c05
......@@ -27,6 +27,7 @@ console.log(externals);
const webPackConfigList = [];
tailPkgs.forEach((pkg) => {
if (pkg == 'ParseFrom') return false;
const entry = {};
entry[`${pkg}`] = `./packages/${pkg}/src/index.js`;
entry[`${pkg}.min`] = `./packages/${pkg}/src/index.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