mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
402 B
402 B
@loadable/babel-plugin
This plugin is required only if you use Server Side Rendering in your application. See @loadable/server for more information.
Install
npm install --save-dev @loadable/babel-plugin
Usage
.babelrc
{
"plugins": ["@loadable/babel-plugin"]
}
License
MIT