sanyuan0704 / vite-plugin-chunk-split

A vite plugin for better chunk splitting. 一个简单易用的 Vite 拆包插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用了vite-plugin-chunk-split无法生成正确的sourcemap 这要怎么解决呢?

xiaotting opened this issue · comments

Sourcemap is likely to be incorrect: a plugin (vite-plugin-chunk-split) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

Can you provide a reproduction repo?