Skip to content

Commit

Permalink
revert(geo): keep compilationMode to full
Browse files Browse the repository at this point in the history
Some components is not correctly bundle like mini-basemap and baselayers-switcher it seem to be cause by a cross-reference... need more investigation
  • Loading branch information
alecarn committed Nov 13, 2023
1 parent 2bdbdd0 commit 29e3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"exclude": ["src/test.ts", "**/*.spec.ts"],
"angularCompilerOptions": {
"compilationMode": "partial"
"compilationMode": "full"
}
}

0 comments on commit 29e3265

Please sign in to comment.