文件名称:webpack-retry-chunk-load-plugin:一个Webpack插件,可重试加载失败的块
文件大小:123KB
文件格式:ZIP
更新时间:2024-03-26 18:18:47
JavaScript
webpack重试块加载插件 一个Webpack插件,可重试加载失败的异步块 用法 // webpack.config.js const { RetryChunkLoadPlugin } = require ( 'webpack-retry-chunk-load-plugin' ) ; plugins: [ new RetryChunkLoadPlugin ( { // optional stringified function to get the cache busting query string appended to the script src // if not set will default to appending the string `?cache-bust=true` cacheBust : `function() { r
【文件预览】:
webpack-retry-chunk-load-plugin-master
----.travis.yml(198B)
----package.json(2KB)
----test()
--------e2e()
--------integration()
----.prettierrc(52B)
----LICENSE(1KB)
----package-lock.json(414KB)
----src()
--------index.js(3KB)
----.gitignore(42B)
----README.md(3KB)
----.editorconfig(245B)