Skip to content

Commit b3917a7

Browse files
committed
fix: remove type module for Next.js compatibility
- Removed type: module from package.json - Fixes MODULE_NOT_FOUND error in Next.js builds - Maintains ESM output via Babel configuration
1 parent 4c5c8a5 commit b3917a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@frontkom/block-react-parser",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Gutenberg-generated HTML to React parser.",
5-
"type": "module",
65
"main": "dist/index.js",
76
"module": "dist/index.js",
87
"scripts": {

0 commit comments

Comments
 (0)