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
Simple option is to have your nim compiler output to somewhere that vite is watching, to have it bundle up your js
Write a vite plugin to call the nim compiler
There is not much benefit, as nim will always output a single javascript file, not separate modules. You could output separate files, but it will result in duplication of dependencies.
Hi, i was wondering if it was possible to use karax with something like
vite
The text was updated successfully, but these errors were encountered: