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

fix: 修改配置信息

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