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

Transform url fix #858

Merged
merged 2 commits into from
May 31, 2018
Merged

Transform url fix #858

merged 2 commits into from
May 31, 2018

Conversation

alessandrolenzi
Copy link
Contributor

At the moment, it is impossible to load multiple networks under webpack using transformUrlDelegate option in function load. This is because of the transformUrl function in fetch.ts which is global and is hence overwritten at every call.
In this pull request, we (me and @marcorighini) made it local to the single descriptor, by passing it at construction as an option.

@milhidaka
Copy link
Member

Thanks! I think this change is good.

@milhidaka milhidaka merged commit 133e0ab into mil-tokyo:master May 31, 2018
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.

2 participants