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

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.
@@ -122,6 +122,11 @@ const VBuildFE = async (input) => {
122
122
  emptyOutDir: true,
123
123
  rollupOptions: { input },
124
124
  },
125
+ resolve: {
126
+ alias: {
127
+ "@tc/ui-react": path_1.default.resolve(__dirname, "../packages/ui/react/"),
128
+ },
129
+ },
125
130
  });
126
131
  };
127
132
  exports.VBuildFE = VBuildFE;
@@ -81,5 +81,10 @@ export const VBuildFE = async (input) => {
81
81
  emptyOutDir: true,
82
82
  rollupOptions: { input },
83
83
  },
84
+ resolve: {
85
+ alias: {
86
+ "@tc/ui-react": path.resolve(__dirname, "../packages/ui/react/"),
87
+ },
88
+ },
84
89
  });
85
90
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_tc/template-core",
3
- "version": "0.0.1-bate.11",
3
+ "version": "0.0.1-bate.12",
4
4
  "description": "A TypeScript Koa framework template - Monorepo root",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",