Commit 2272f2a0 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

chore: specify a module for CRAv4 (#3462)

parent fb71078e
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs", "main": "dist/cjs/index.cjs",
"module": "dist/index.js",
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment