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
Hi @petbuc16 , here is repo demostrating what is wrong = https://github.com/emn-dev/ng-esbuild-paperjs
The problem isn't with paperJs, it is with Angular's wrapper around esbuild. Vite doesn't use esbuild alone, it uses a mix of esbuild and rollup. I'm not sure what Angular's final plan is with esbuild, but esbuild doesn't really doesn't want to get to into the weeds on supporting all frontEnd frameworks and edge cases. In any case, if you still having issues it really could be fixed most easily by Angular team. :)
Angular now supports es-build: https://angular.io/guide/update-to-version-16#faster-builds-with-the-esbuild-developer-preview
But paperjs deps are causing the issue above...
Can we fix this?
The text was updated successfully, but these errors were encountered: