We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9ea39 commit 4708c95Copy full SHA for 4708c95
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [2.3.0](https://github.com/geekact/vite-react/compare/v2.2.0...v2.3.0) (2023-01-03)
2
+
3
+- 自动识别来自 `tsconfig.json` 配置的路径别名
4
5
## [2.2.0](https://github.com/geekact/vite-react/compare/v2.1.0...v2.2.0) (2022-12-14)
6
7
- 可通过设置 `server.watchExtend` 自定义监听文件以重启服务
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-react",
- "version": "2.2.0",
+ "version": "2.3.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments