@lark-apaas/fullstack-rspack-preset 1.0.32-alpha.21 → 1.0.32-alpha.23

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.
Files changed (2) hide show
  1. package/lib/preset.js +1 -1
  2. package/package.json +2 -2
package/lib/preset.js CHANGED
@@ -279,7 +279,7 @@ function createRecommendRspackConfig(options) {
279
279
  !isDev && new polyfill_plugin_1.default(),
280
280
  // 静态资源插件 - 支持 @shared/static/* 导入
281
281
  staticAssetsPlugin,
282
- // 开发环境下,解析路由
282
+ // 解析路由(dev + prod 均生成 routes.json 和 page-routes.json)
283
283
  needRoutes &&
284
284
  new route_parser_plugin_1.default({
285
285
  appPath: './client/src/app.tsx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-rspack-preset",
3
- "version": "1.0.32-alpha.21",
3
+ "version": "1.0.32-alpha.23",
4
4
  "files": [
5
5
  "lib",
6
6
  "patches",
@@ -31,7 +31,7 @@
31
31
  "@babel/parser": "^7.28.0",
32
32
  "@babel/traverse": "^7.28.0",
33
33
  "@babel/types": "^7.28.2",
34
- "@lark-apaas/devtool-kits": "1.2.17-alpha.34",
34
+ "@lark-apaas/devtool-kits": "1.2.17-alpha.36",
35
35
  "@lark-apaas/miaoda-inspector-babel-plugin": "^1.0.2",
36
36
  "@lark-apaas/styled-jsx": "^1.0.1",
37
37
  "@rspack/plugin-react-refresh": "^1.5.1",