-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for how to import JS modules? #143
Comments
To be honest this is not something I ever fought with. There is some module support in libv8 these days not sure how deep it runs, in general we simply use bundles. |
Interesting...is this not an expected use case for
|
It is an expected use case, just we need more documentation. Browsers ship a DOM and a bunch of helpers, MiniRacer ships libv8 which is just the engine. So I am open to writing some docs in the readme explaining how you attach a car to an engine but keep in mind there are lots of ways to build a car. |
Understood—thanks anyhow! |
Can be closed as resolved |
I'm not seeing this documented anywhere 🤔 |
Apologies if a GitHub issue is not the proper place for this question. I'm looking for documentation or examples for how one might import/require a JS module for use with mini_racer. Specifically, I'm working on a Rails app that uses webpacker to compile JS assets; my guess would be that I should be able to import a compiled pack for use by mini_racer.
The text was updated successfully, but these errors were encountered: