Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 283 Bytes

DynamicImportRetryPlugin

a webpack plugin stands for rewrite built-in function which loads dynamic chucks and providing retry.

Usage

const DynamicImportRetryPlugin = require('dynamic-import-retry-plugin')

new DynamicImportRetryPlugin({
  cdns: ['//your.cdn/'],
})