Use @probo/react-lazy instead of native React.lazy
close #58 Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
14
packages/react-lazy/package.json
Normal file
14
packages/react-lazy/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@probo/react-lazy",
|
||||
"version": "0.1.0",
|
||||
"description": "Enhanced React lazy loading with retries and error handling",
|
||||
"private": true,
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user