We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f6874 commit 5e7725eCopy full SHA for 5e7725e
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
# enum-plus Changelog
4
5
+## 2.2.11
6
+
7
+2025-5-15
8
9
+### Features
10
11
+- 🛠 Remove `"type": "commonjs"` from package.json, which may breaks webpack bundling.
12
13
## 2.2.10
14
15
2025-5-14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "enum-plus",
- "version": "2.2.10",
+ "version": "2.2.11",
"description": "A drop-in replacement for native enum. Like native enum but much better!",
"keywords": [
"enum",
@@ -22,7 +22,6 @@
22
"license": "MIT",
23
"author": "李凤宝(Leo) <shijistar@gmail.com>",
24
"sideEffects": false,
25
- "type": "commonjs",
26
"exports": {
27
".": {
28
"types": "./lib/index.d.ts",
0 commit comments