mirror of
https://github.com/gregberge/loadable-components.git
synced 2025-12-08 19:46:26 +00:00
BREAKING CHANGE: - SSR has been rewritten from scratch, if you use it, please follow the new guide. - Prefetch component and prefetch functions have been removed, please use `webpackPrefetch` instead.
7 lines
80 B
JSON
7 lines
80 B
JSON
{
|
|
"ignore": ["client", "public"],
|
|
"execMap": {
|
|
"js": "babel-node"
|
|
}
|
|
}
|