Skip to content

Commit

Permalink
Merge pull request #1480 from glimmerjs/more-cjs
Browse files Browse the repository at this point in the history
Re-add CJS exports to the VM package
  • Loading branch information
NullVoxPopuli authored Oct 31, 2023
2 parents 2932635 + 021dfd4 commit 2375764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@glimmer/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
".": {
"types": "./dist/dev/index.d.ts",
"development": {
"require": "./dist/dev/index.cjs",
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
}
},
Expand Down

0 comments on commit 2375764

Please sign in to comment.