@tmsfe/tmskit 0.0.15-beta.1 → 0.0.15-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -7,7 +7,6 @@ const { info } = require('../../../utils/log');
|
|
|
7
7
|
const { global } = require('../../../utils/global');
|
|
8
8
|
const { CACHE_DIR } = require('../../../config/constant');
|
|
9
9
|
|
|
10
|
-
|
|
11
10
|
// 用户编译分包时,需要将dist中其他分包(主包不能删除)的内容删除,否则其他分包的内容混入到主包(导致主包的体积超2M)
|
|
12
11
|
function delOtherModule(tmsConfig, targetModules) {
|
|
13
12
|
const modules = tmsModulesMergeLocalModuleCfg(tmsConfig.modules, tmsConfig.appName);
|