We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can working with webpack v5
cann't working with webpack v5
Node.js v12.16.3 win32 10.0.17763 npm v6.14.4 webpack@5.0.0-beta.22 html-webpack-plugin@4.3.0
node -e "var os=require('os');console.log('Node.js ' + process.version + '\n' + os.platform() + ' ' + os.release())" npm --version npm ls webpack npm ls html-webpack-plugin
Error information: (node:32632) [DEP_WEBPACK_MAIN_TEMPLATE_GET_ASSET_PATH] DeprecationWarning: MainTemplate.getAssetPath is deprecated (use Compilation.getAssetPath instead)
I am ensure that problem because of the api changed of webapck v5 . Do you have plan to suit to webpack v5?
The text was updated successfully, but these errors were encountered:
Can you please see if this is fixed with html-webpack-plugin@5.0.0-alpha.5 and webpack@5.1.2? Please see also #1527
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
can working with webpack v5
Current behaviour
cann't working with webpack v5
Environment
Node.js v12.16.3
win32 10.0.17763
npm v6.14.4
webpack@5.0.0-beta.22
html-webpack-plugin@4.3.0
Error information:
(node:32632) [DEP_WEBPACK_MAIN_TEMPLATE_GET_ASSET_PATH] DeprecationWarning: MainTemplate.getAssetPath is deprecated (use Compilation.getAssetPath instead)
I am ensure that problem because of the api changed of webapck v5 . Do you have plan to suit to webpack v5?
The text was updated successfully, but these errors were encountered: