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
I noticed there's small difference with browserify vs bpkg backends.
bpkg correctly translate main using browser mappings where browserify
does not translate it using browser mappings.
I noticed there's small difference with browserify vs bpkg backends.
bpkg correctly translate
main
usingbrowser
mappings where browserifydoes not translate it using
browser
mappings.command:
./node_modules/.bin/bmocha --open -m "$BMOCHA_CHROME" test/*-test.js
e.g.
package.json of the library being used.
This will fail(wont resolve to browser) with
browserify
backend:but following will work on both:
The text was updated successfully, but these errors were encountered: