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 ce1c9a4 commit af14d2aCopy full SHA for af14d2a
package.json
@@ -24,6 +24,7 @@
24
"react": ">=16"
25
},
26
"devDependencies": {
27
+ "@size-limit/preset-small-lib": "^4.11.0",
28
"@testing-library/react": "^11.2.7",
29
"@types/jest": "^26.0.23",
30
"@types/react": "^17.0.7",
@@ -35,6 +36,7 @@
35
36
"prettier": "^2.3.0",
37
"react": "^17.0.2",
38
"react-dom": "^17.0.2",
39
+ "size-limit": "^4.11.0",
40
"tsdx": "^0.14.1",
41
"tslib": "^2.2.0",
42
"typescript": "^4.2.4"
@@ -56,5 +58,15 @@
56
58
57
59
"resolutions": {
60
"node-notifier": "^9.0.1"
- }
61
+ },
62
+ "size-limit": [
63
+ {
64
+ "path": "dist/immer-state.cjs.production.min.js",
65
+ "limit": "10 KB"
66
67
68
+ "path": "dist/immer-state.esm.js",
69
70
+ }
71
+ ]
72
}
0 commit comments