babel/packages/babel-plugin-proposal-dynamic-import
samuel kwok fe258dec04 fix: _interopRequireWildcard should only cache objects (#10574)
* fix: [#10561] _interopRequireWildcard should cache object only

* fix: narrow down cache restriction to object/function type

* test: add interop require null module case
2019-10-19 12:01:38 +02:00
..
2019-07-04 14:52:17 +02:00

@babel/plugin-proposal-dynamic-import

Transform import() expressions

See our website @babel/plugin-proposal-dynamic-import for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-dynamic-import

or using yarn:

yarn add @babel/plugin-proposal-dynamic-import --dev