imodeljs / itwin-viewer

Monorepo that contains the iTwin Viewer npm package and its related packages
MIT License
15 stars 13 forks source link

remove unecessary deps #91

Closed aruniverse closed 3 years ago

aruniverse commented 3 years ago

remove deps on rewire and redux-devtools-extension

rewire was being used earlier to generate the cdn variant, which we dont do here. we dont create or manage our own redux store, core does that with the state manager which should already be using the redux-devtools-extension