详见 我的一个小 lib
https://github.com/radiorz/fr...
打包 external path 和 fs
打包后的文件 nodejs 可以正常使用
但是 前端使用会提示 没有找到 path
Uncaught Error: Module "path" has been externalized for browser compatibility. Cannot access "path.resolve" in client code. See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
这两个模块的特性,无法在浏览器中使用