ecinc-cloud-mappaio 9.7.76 → 9.7.78

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/lib-entry.js ADDED
@@ -0,0 +1,5 @@
1
+ // lib 发布入口:先加载提取的样式,再导出 UMD 本体。
2
+ // 消费工程经 package.json main 解析到此文件,CSS import 会进入其构建管线
3
+ // (被消费方的 MiniCssExtractPlugin 合并进主 CSS),UMD 导出形状不变。
4
+ require('./lib/ecmappaio.css')
5
+ module.exports = require('./lib/ecmappaio.umd.min.js')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ecinc-cloud-mappaio",
3
- "main": "./lib/ecmappaio.umd.min.js",
4
- "version": "9.7.76",
3
+ "main": "./lib-entry.js",
4
+ "version": "9.7.78",
5
5
  "description": "易臣云应用平台-H5整合包",
6
6
  "keyword": "ecinc cloud plat",
7
7
  "private": false,