Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix(compile): require of ES Module bug in ssr (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Opera <xuchongyu@weidian.com>
  • Loading branch information
xcy960815 and Opera committed Aug 23, 2023
1 parent 1dfabee commit a8fe172
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"module": "esm/index.js",
"unpkg": "dist/gui.min.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js"
}
},
"files": [
"src",
"lib",
Expand Down

0 comments on commit a8fe172

Please sign in to comment.