Greg Bergé 4dffad7bd2 feat: welcome loadable
BREAKING CHANGE: API has completely changed, see documentation.
2018-10-29 13:04:07 +01:00

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