Skip to content

Commit befb50a

Browse files
fix(bundle): work around rollup bug rollup/rollup#1322
1 parent ccef213 commit befb50a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/index.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* @module ng1
44
*/ /** */
55

6-
import * as core from "@uirouter/core";
7-
export { core };
8-
export * from "@uirouter/core";
9-
106
export * from "./interface";
117
export * from "./services";
128
export * from "./statebuilders/views";
@@ -20,3 +16,8 @@ import "./directives/viewDirective";
2016
import "./viewScroll";
2117

2218
export default "ui.router";
19+
20+
import * as core from "@uirouter/core";
21+
export { core };
22+
export * from "@uirouter/core";
23+

0 commit comments

Comments
 (0)