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

fixes 7778: query string in dynamic import() #7839

Merged
merged 3 commits into from
Aug 3, 2018

Conversation

skingston91
Copy link
Contributor

@skingston91 skingston91 commented Aug 2, 2018

Will hopefully end up fixing a bug where queryStrings are affecting the way imports are treated

#7778

What kind of change does this PR introduce?
(bugfix) Although currently just adds a failing test case, I think the problem lies somewhere inside ImportParserPlugin -> ContextDependencyHelpers but thats as far as I've gotten. Any help would be greatly appreciated

Did you add tests for your changes?
Yes (hopefully they are fine)

Does this PR introduce a breaking change?
No

What needs to be documented once your changes are merged?
It will hopefully correct existing documented functionality

@jsf-clabot
Copy link

jsf-clabot commented Aug 2, 2018

CLA assistant check
All committers have signed the CLA.

@webpack-bot
Copy link
Contributor

For maintainers only:

  • This need to be documented (issue in webpack/webpack.js.org will be filed when merged)

skingston91 and others added 2 commits August 2, 2018 16:04
Remove name from test
remove prepend in favor of replaces
improve code style in ContextDependencyHelpers
@sokra sokra changed the title Adds test cases for issue 7778 fixes 7778: query string in dynamic import() Aug 3, 2018
@webpack-bot
Copy link
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@sokra sokra merged commit 5539f57 into webpack:master Aug 3, 2018
@sokra
Copy link
Member

sokra commented Aug 3, 2018

Thanks

@skingston91
Copy link
Contributor Author

Thanks! Sorry I couldn't help more!

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

Successfully merging this pull request may close these issues.

None yet

4 participants