Sherlock Ma
Results
2
comments of
Sherlock Ma
For anyone experiencing this, try my solution here [https://github.com/Stuk/jszip/issues/864#issuecomment-1823769960](https://github.com/Stuk/jszip/issues/864#issuecomment-1823769960). Let me know if it works
Yes, it's because the setImmediate dependency, and as a solution, I used "transpileDependencies: [/[/\\]node_modules[/\\](.+?)?jszip(.*)/]", in the vue.config.js in my vue project, and it worked. If it's a react project or...