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
使用inline-manifest-webpack-plugin打包时候会报错,注释了就可以。 版本信息: "webpack": "^4.41.3", "html-webpack-plugin": "^4.3.0", "inline-manifest-webpack-plugin": "^4.0.2",
报错信息: /.../node_modules/_inline-manifest-webpack-plugin@4.0.2@inline-manifest-webpack-plugin/index.js:18 .tapAsync('InlineManifestWebpackPlugin', function (data, cb) { ^
TypeError: Cannot read property 'tapAsync' of undefined
相关代码: runtimeChunk: { name: "runtime", },
new HtmlWebpackPlugin({ ...... }), new InlineManifestWebpackPlugin("runtime"),
The text was updated successfully, but these errors were encountered:
使用 https://github.com/facebook/create-react-app/tree/master/packages/react-dev-utils#new-inlinechunkhtmlpluginhtmlwebpackplugin-htmlwebpackplugin-tests-regex 替代吧,功能一样的,目前这个插件没有维护了。
Sorry, something went wrong.
好的,谢谢
No branches or pull requests
使用inline-manifest-webpack-plugin打包时候会报错,注释了就可以。
版本信息:
"webpack": "^4.41.3",
"html-webpack-plugin": "^4.3.0",
"inline-manifest-webpack-plugin": "^4.0.2",
报错信息:
/.../node_modules/_inline-manifest-webpack-plugin@4.0.2@inline-manifest-webpack-plugin/index.js:18
.tapAsync('InlineManifestWebpackPlugin', function (data, cb) {
^
TypeError: Cannot read property 'tapAsync' of undefined
相关代码:
runtimeChunk: {
name: "runtime",
},
The text was updated successfully, but these errors were encountered: