Skip to content

Commit

Permalink
Allow imports of non-js static files
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Aug 22, 2022
1 parent ec783fe commit ea5dbad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"types": "./Source/Cesium.d.ts",
"exports": {
"./package.json": "./package.json",
"./Source/*": "./Source/*",
"./Source/*.js": null,
"./Build/*": "./Build/*",
"./Build/*.js": null,
".": {
"require": "./index.cjs",
"import": "./Source/Cesium.js"
Expand Down

0 comments on commit ea5dbad

Please sign in to comment.