Skip to content

Latest commit

History

History
19 lines (12 loc) 路 400 Bytes

File metadata and controls

19 lines (12 loc) 路 400 Bytes

@babel/plugin-proposal-import-defer

Support import defer when compiling to CommonJS

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

Install

Using npm:

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

or using yarn:

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