@ecoding/base.build 1.0.4 → 1.0.5

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.
@@ -11,7 +11,7 @@ const getResolve = () => {
11
11
  */
12
12
  modules: [
13
13
  rootPath('./src'),
14
- rootPath('./node_modules')
14
+ 'node_modules'
15
15
  ],
16
16
 
17
17
  // 配置后缀名,方便代码书写时引用不写后缀
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/base.build",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "tpl building",
5
5
  "author": "cxc",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "47d1583b4da95f7136edc9b16de90cb925e40dfb",
17
+ "gitHead": "482e600303fa93a74b37ea149d35b3b4746ae1f4",
18
18
  "dependencies": {
19
19
  "@babel/core": "7.26.0",
20
20
  "@babel/plugin-proposal-decorators": "7.25.9",