-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create browser build for metaschema #427
Comments
@tshemsedinov metaschema do not work in the browser because of the metautil dependency, which in turn is tied to nodejs features. |
would likely solve the issue of a separate build file from metautil for the browser A quick fix: -> node specific code to comments (and comment require('path') ) -> update Extensd Error to browser Variant (note that Error is used in ./lib/async.js) -> create ./metautil.browser.js and add all requires from metautil.js and -> update package.json file (add field) "browser": "metautil.browser.js", |
@georgolden @URVL Done in #462 |
Refs: metarhia/metaschema#427 PR-URL: #203
To-do
Only place, where we have
metavm
-lib/loader.js
lib/loader.js
from build filesnpm run build
for build creationThe text was updated successfully, but these errors were encountered: