Use custom lazy for loading components
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
1ba61f691e
commit
e1b63b59a6
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"name": "@probo/react-lazy",
|
||||
"version": "0.1.0",
|
||||
"description": "Enhanced React lazy loading with retries and error handling",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0"
|
||||
}
|
||||
"name": "@probo/react-lazy",
|
||||
"version": "1.0.0",
|
||||
"description": "Enhanced React lazy loading with retries and error handling",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {},
|
||||
"prettier": "@probo/prettier",
|
||||
"peerDependencies": {
|
||||
"react": ">18.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"plugin:storybook/recommended"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user