@_tc/template-core 0.0.1-bate.12 → 0.0.1-bate.13

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.
@@ -124,7 +124,8 @@ const VBuildFE = async (input) => {
124
124
  },
125
125
  resolve: {
126
126
  alias: {
127
- "@tc/ui-react": path_1.default.resolve(__dirname, "../packages/ui/react/"),
127
+ // 需要配置打包后的文件地址
128
+ "@tc/ui-react": path_1.default.resolve(__dirname, "../../fe/packages/ui/react/"),
128
129
  },
129
130
  },
130
131
  });
@@ -83,7 +83,8 @@ export const VBuildFE = async (input) => {
83
83
  },
84
84
  resolve: {
85
85
  alias: {
86
- "@tc/ui-react": path.resolve(__dirname, "../packages/ui/react/"),
86
+ // 需要配置打包后的文件地址
87
+ "@tc/ui-react": path.resolve(__dirname, "../../fe/packages/ui/react/"),
87
88
  },
88
89
  },
89
90
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_tc/template-core",
3
- "version": "0.0.1-bate.12",
3
+ "version": "0.0.1-bate.13",
4
4
  "description": "A TypeScript Koa framework template - Monorepo root",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",