Skip to content

Commit

Permalink
remove angular package non-fesm export
Browse files Browse the repository at this point in the history
* since angular 19, ng-packgr only bundle a `fesm2022` export
  • Loading branch information
riccardoperra committed Feb 3, 2025
1 parent 1661fcf commit d9eba64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/angular-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
"datagrid"
],
"type": "module",
"module": "dist/esm2022/index.mjs",
"module": "dist/fesm2022/tanstack-angular-table.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"esm": "./dist/esm2022/index.mjs",
"esm2022": "./dist/esm2022/index.mjs",
"default": "./dist/fesm2022/tanstack-angular-table.mjs"
},
"./package.json": {
Expand Down

0 comments on commit d9eba64

Please sign in to comment.