Skip to content

Commit 81c931d

Browse files
refactor(index): reorganize exports to work around webpack 2.2.0-rc3 bug
1 parent 4f74ffb commit 81c931d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ tslint.json
1313
tsconfig.json
1414
tsconfig.**.json
1515
webpack.config.js
16+
rollup.config.js
17+
yarn.lock
1618

1719
*.iml
1820
*.ipr

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/** @ng2api @module ng2 */ /** for typedoc */
2-
export * from "ui-router-core";
3-
42
import "rxjs/Observable";
53
import "rxjs/ReplaySubject";
64
import "rxjs/BehaviorSubject";
@@ -13,6 +11,7 @@ import 'rxjs/add/operator/mergeMap';
1311
import 'rxjs/add/operator/concat';
1412
import 'rxjs/add/operator/map';
1513

14+
export * from "ui-router-core";
1615
export * from "./interface";
1716
export * from "./providers";
1817
export * from "./uiRouterNgModule";

0 commit comments

Comments
 (0)