fix: move default to last so its compatible with nextjs (#7561)

This commit is contained in:
Aakansha Doshi 2024-01-15 14:52:04 +05:30 committed by GitHub
parent 0fa5f5de4c
commit a4e5e46dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@
"exports": { "exports": {
".": { ".": {
"development": "./dist/dev/index.js", "development": "./dist/dev/index.js",
"default": "./dist/prod/index.js", "types": "./dist/excalidraw/index.d.ts",
"types": "./dist/excalidraw/index.d.ts" "default": "./dist/prod/index.js"
}, },
"./index.css": { "./index.css": {
"development": "./dist/dev/index.css", "development": "./dist/dev/index.css",