You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some files of my lib are named of chinese words,so tsc generates sourcemaps
like this,but vite's dev mode seems not work properly with this sourcemap.
will output logs ‘failed to load sourcemap’
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/秒针.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/时钟中心点.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/角名.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/刻度.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/内轨迹.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/外轨迹.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/assets/刻度素材.js
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Hello @qyd159. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with need reproduction will be closed if they have no activity within 3 days.
Describe the bug
some files of my lib are named of chinese words,so tsc generates sourcemaps
like this,but vite's dev mode seems not work properly with this sourcemap.
will output logs ‘failed to load sourcemap’
Reproduction
it's hard to provide
System Info
Used Package Manager
pnpm
Logs
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/秒针.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/时钟中心点.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/角名.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/刻度.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/内轨迹.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/common/图元/时钟集/外轨迹.js.
下午6:41:32 [vite] Failed to load source map for /@fs/C:/projects/draw-board/packages/graph-model/dist/assets/刻度素材.js
Validations
The text was updated successfully, but these errors were encountered: