1.0.0 • Published 4 years ago

babel-plugin-dynamic-import-polyfill v1.0.0

Weekly downloads
2,459
License
MIT
Repository
github
Last release
4 years ago

babel-plugin-dynamic-import-polyfill

Add array.iterator polyfill for webpack dynamic import

Installation

npm install --save-dev babel-plugin-dynamic-import-polyfill

Usage

.babelrc

{
  "plugins": ["babel-plugin-dynamic-import-polyfill"]
}

References