@ecoding/base.build 0.0.2 → 0.0.4

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  // 工程通用打包配置
2
2
 
3
- # `@ecoding/build`
3
+ # `@ecoding/base.build`
4
4
 
5
5
  ## 简单快速配置 abc.js
6
6
 
package/libs/dev/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const mock = require("@ecoding/mock").default;
1
+ const mock = require("@ecoding/base.mock").default;
2
2
  const { rootPath, entry } = require("../z-helpers/paths");
3
3
  const { customConfig } = require("../z-helpers/config");
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/base.build",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "tpl building",
5
5
  "author": "cxc",
6
6
  "license": "MIT",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "132405031240af4d3905ad6747aff7947f12d0fb"
54
+ "gitHead": "660e8c6eb2f99c0b8851cd155e655d731905d837"
55
55
  }