Vite 4.3 (#660)
* update vite to 4.3.1 * re-export router-slot/model as types to avoid warning in vite * add named type exports to avoid typescript + vite + esm funny business (warnings) --------- Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
export * from 'router-slot/model';
|
||||
export type {
|
||||
IRoute,
|
||||
PageComponent,
|
||||
Guard,
|
||||
IRoutingInfo,
|
||||
IComponentRoute,
|
||||
IRedirectRoute,
|
||||
IResolverRoute,
|
||||
Params,
|
||||
Query,
|
||||
} from 'router-slot/model';
|
||||
export * from 'router-slot/util';
|
||||
export * from './route-location.interface';
|
||||
export * from './route.context';
|
||||
|
||||
Reference in New Issue
Block a user