Skip to content
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

Rework jsv.js export/require shim to match uri.js #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nickcmaynard
Copy link

Webpack doesn't detect the require() statements in jsv.js as-is - I tracked this down to the exports re-definition. The form used in uri.js works correctly in both Webpack and all the test pages, so I brought that into jsv.js.

So this pull request is a simple copy of the export/require definition logic from uri.js to jsv.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant