-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Easy way to augment esbuild configuration #2399
Comments
Even if we'd expose the esbuild configuration it wouldn't work because we render islands on the server and we only use esbuild to generate the browser bundles. Deno will still error when it comes across an I feel like longterm the most viable solution for us is to integrate with |
For my purposes, I forked fresh and made the modification. |
Another option might be to use AMD version of Monaco editor save reference to it on window and communicate with it from your island. |
https://github.com/nickguimond/monaco_test |
Duplicate of #858 |
I am currently trying to integrate
monaco-editor
into an island from the esm source. The problem is that the source expects to have.ttf
files loaded for it and currently esbuild integrated into fresh doesn't know what to do. The repo gives an example of how to configure esbuild to be able to be able to build from the esm source, but there seems to be no straightforward way of augmenting the esbuild configuration.The text was updated successfully, but these errors were encountered: