* Create @babel/plugin-proposal-dynamic-import * Use airbnb/babel-plugin-dynamic-import-node Do not duplicate code, which will unavoidably lead to bugs being fixed in one plugin and not in the other. * Update error message * Add error callback to amd interop * Update babel-plugin-dynamic-import-node
404 B
404 B
@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