Skip to content

Commit

Permalink
build: package.json: Remove "type": "commonjs"
Browse files Browse the repository at this point in the history
and let webpack auto-detect.

As suggested at webpack/webpack#12598 (comment)

Fixes: 47ngGH-237
  • Loading branch information
msabramo committed Aug 6, 2021
1 parent 07df1e8 commit 0d148c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "next-usequerystate",
"version": "0.0.0-semantically-released",
"description": "useQueryState hook for Next.js - Like React.useState, but stored in the URL query string",
"type": "commonjs",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 0d148c2

Please sign in to comment.