iTwin / imodels-clients

Monorepo for iModels API clients
MIT License
6 stars 2 forks source link

mv base/public dir to base/types #137

Closed aruniverse closed 1 year ago

aruniverse commented 1 year ago

in bentley/react-scripts we have a plugin to copy all files from @itwin/blah//public/ into the final bundle. This is because in itwinjs we use the public directory for static assets like i18n files, icons, cursors, etc.

I noticed all these helper types from the base/public folder were getting copied into my final bundle and they didnt need to be. image

Renamed public dir to types, but lmk if something else is better