mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
BREAKING CHANGE: - `ErrorComponent` is ignored, please use Error Boundaries to handle errors. - `lazy` is no longer exported - `LoadingComponent` is replaced by `fallback` option - `ref` are now forwarded
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
module.exports = {
|
|
presets: ['@babel/preset-react'],
|
|
plugins: ['@babel/plugin-syntax-dynamic-import'],
|
|
}
|