Explorar o código

fix: 修改webpackChunkName注释

xyh %!s(int64=2) %!d(string=hai) anos
pai
achega
6ae96b3006
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/routes/routes.tsx

+ 1 - 1
packages/app/src/routes/routes.tsx

@@ -216,6 +216,6 @@ export const Gun = lazy(() => import(/* webpackChunkName: "gun" */'@pages/gun'))
 export const Agv = lazy(() => import(/* webpackChunkName: "agv" */'@pages/agv'));
 export const Unbind = lazy(() => import(/* webpackChunkName: "unbind" */'@pages/unbind-material'));
 export const StockAdjustment = lazy(() => import(
-  /** webpackChunkName: "adjustment" */
+  /* webpackChunkName: "adjustment" */
   '@pages/account-adjustment'
 ));