mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-02-01 16:41:52 +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.
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"import/no-unresolved": "off",
|
|
"import/no-extraneous-dependencies": "off"
|
|
}
|
|
}
|