-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Webpack 5 Support Plan? #1269
Comments
It is not possible to support webpack 4 and webpack 5 with one version Therefore I would like to release html-webpack-plugin 4 first before deprecating it 😄 |
@jantimon Will the next version migrate to TypeScript? |
We are already using typescript salsa https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html#supported-jsdoc We would like to do better but this is blocked by microsoft/TypeScript#7546 |
I hope to expose the definition of |
If you enable allowJs in your tsconfig it should work :) |
Pure TypeScript Project, Enable strict-mode. |
That should work fine |
@jantimon Dont know if it is a good place to ask but are there any dates on new release? Testing the 4.0.0-beta.8 and it's quite a performance booster! |
@jantimon webpack 5 release, first beta version. |
Initially 4.0.0-beta.8 works with Webpack 5.0.0-beta.0. rwieruch/advanced-react-webpack-babel-setup@d2e6d58 But once I change source code, I run into webpack/webpack#9802 (comment):
See also #1292 |
Somehow HTML plugin is causing this error:
When I remove HTML plugin from config everything works. |
The problem is this bug: #1129 |
Seems that it's working now, version |
Yes |
The webpack 5.0 changelog
https://github.com/webpack/changelog-v5/blob/master/README.md
@jantimon
The text was updated successfully, but these errors were encountered: