Commit 16b2d361 authored by 李纪文's avatar 李纪文

fix: 修改配置信息

parent 37d8a1d0
......@@ -27,7 +27,7 @@ console.log(externals);
const webPackConfigList = [];
tailPkgs.forEach((pkg) => {
if (pkg == 'ParseFrom') return false;
if (pkg == 'ParseForm') 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