We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b9d83 commit 6816e8cCopy full SHA for 6816e8c
packages/server/package.json
@@ -21,7 +21,7 @@
21
"prepublishOnly": "yarn run build"
22
},
23
"peerDependencies": {
24
- "@loadable/component": "^3.0.0",
+ "@loadable/component": "^4.0.0",
25
"react": ">=16.3.0"
26
}
27
packages/webpack-plugin/package.json
@@ -19,5 +19,8 @@
19
"prebuild": "shx rm -rf dist",
20
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
+ },
+ "peerDependencies": {
+ "webpack": ">=4.0.0"
0 commit comments