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
在指南模块下的缓存文章中确定性的(Deterministic)哈希值 这块,文章中提到ChunkManifestWebpackPlugin插件,但是经测试,在Webpack 3版本中出现错误:
ChunkManifestWebpackPlugin
ERROR in chunk manifest [entry] js/[name].bundle.js Chunk.entry was removed. Use hasRuntime()
貌似是不兼容的情况。
reference:Error in chunk manifest[entry]
The text was updated successfully, but these errors were encountered:
感谢指出,中文仓库只负责翻译英文仓库,最好还是去官方英文仓库提 issue,这样我们在合并上游文档的过程中会重新翻译。
Sorry, something went wrong.
@GoDotDotDot 帮你看了下,https://webpack.js.org/guides/caching/ 英文文档已经搜索不到 ChunkManifestWebpackPlugin 这个关键词,估计是重新编写了,官方文档的改动还是挺频繁的。
@dear-lizhihua 发现问题后我就去英文官网看了下,发现更新了,然后就按照英文官网的说明去配置的,已经解决。我去了ERROR in chunk manifest [entry] with webpack v3.1.0 这个地方提了issue。回应的是ChunkManifestWebpackPlugin这个插件兼容性有问题
OK,那我关闭了
No branches or pull requests
在指南模块下的缓存文章中确定性的(Deterministic)哈希值
这块,文章中提到
ChunkManifestWebpackPlugin
插件,但是经测试,在Webpack 3版本中出现错误:貌似是不兼容的情况。
reference:Error in chunk manifest[entry]
The text was updated successfully, but these errors were encountered: