-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
blog: webpack 5.105 #7763
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
base: main
Are you sure you want to change the base?
blog: webpack 5.105 #7763
Conversation
|
@bjohansebas is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
ovflowd
left a comment
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.
SGTM!!
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
alexander-akait
left a comment
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, good job, we are planning to make a new release on Monday, do you want to improve something else here?
| "import/no-amd": "off", | ||
| "import/extensions": "off", | ||
| "import/default": "off", | ||
| "unicorn/relative-url-style": "off", |
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.
Better to disable this rule directly in mdx, you can find an example in our code base, otherwise we will disable a lot of rules in future due, or disable this rules specific for this file, but using a comment is better
I’ll take a look at it on Saturday. Let me know if there’s any other minor functionality that’s being added so I can include it as well. |
Summary
As I was saying on Discord, I want to start helping create blogs about the changes between minor versions, also as a way to support the project's marketing.
Reference for the changes coming in release webpack/webpack#20256, webpack/webpack#20353
Cc: @webpack/tsc @webpack/core-wg
What kind of change does this PR introduce?
Did you add tests for your changes?
Does this PR introduce a breaking change?
If relevant, what needs to be documented once your changes are merged or what have you already documented?