-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Conversation
antwar.config.js
Outdated
@@ -67,6 +67,8 @@ module.exports = { | |||
/^\.\/.*\.md$/ | |||
); | |||
}, { | |||
'code-splitting-import': '/guides/code-splitting-import', |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 👍
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
feee7fc
to
da6ac4e
Compare
There was a problem hiding this 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.
Let's go for it. Funnily we got 3 PR's on this file within 16 hours. |
Implements and fixes #992.