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
在使用@originjs/vite-plugin-commonjs模块的viteCommonjs()方法之后,使用exclude排除掉path、crypto等nodejs模块之后,代码中还是无法使用path等模块的功能,如:
const path = require('path')
path.join()
将会报错:path.join is not a function
如果我不执行viteCommonjs()则能够正常使用