Skip to content

Merge code-splitting-{import,require} #1105

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

Merged
merged 4 commits into from
Apr 15, 2017

Conversation

simon04
Copy link
Collaborator

@simon04 simon04 commented Apr 14, 2017

Implements and fixes #992.

@simon04 simon04 requested a review from bebraw April 14, 2017 15:43
antwar.config.js Outdated
@@ -67,6 +67,8 @@ module.exports = {
/^\.\/.*\.md$/
);
}, {
'code-splitting-import': '/guides/code-splitting-import',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simon04 is this supposed to be:

'code-splitting-import': '/guides/code-splitting-async#import'

or something similar?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from that this PR lgtm 👍

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the import() part starts right on the top (after a short introduction), I refrained from adding an anchor.

Copy link
Collaborator

@skipjack skipjack Apr 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that makes sense but didn't you remove/rename the code-splitting-import guide? Shouldn't the redirect be to /guides/code-splitting-async?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, right. Sure! I'll amend.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for spotting this glitch!

@simon04 simon04 force-pushed the code-splitting-async branch from feee7fc to da6ac4e Compare April 15, 2017 05:55
Copy link
Collaborator

@skipjack skipjack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good with me... I'll leave to you to merge though, not sure if you were waiting on another review.

@simon04
Copy link
Collaborator Author

simon04 commented Apr 15, 2017

Let's go for it. Funnily we got 3 PR's on this file within 16 hours.

@simon04 simon04 merged commit d33fb46 into webpack:master Apr 15, 2017
@skipjack
Copy link
Collaborator

skipjack commented Apr 15, 2017

@simon04 hahaha yea I was thinking the same thing, plus I'm working on another PR to resolve npm run test issues (#1041) which will touch this file as well, so we'll be up to 4 soon 😆 ...

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.

Merge code-splitting-{import,require}
2 participants