Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ba1f122

Browse files
committed
fixup! feat: update to rxjs@6.0.0-beta.1
1 parent c320432 commit ba1f122

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

rollup.config.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ const globals = {
44
'@angular/common/http': 'ng.common.http',
55
'rxjs': 'rxjs',
66
'rxjs/operators': 'rxjs.operators'
7-
},
7+
};
88

99
export default {
1010
input: './src/in-mem/index.js',
11-
// output: { ... does not work! Why?
12-
file: './bundles/in-memory-web-api.umd.js',
13-
format: 'umd',
14-
name: 'ng.inMemoryWebApi',
15-
sourcemap: true,
16-
globals,
17-
external: Object.keys(globals)
18-
// }
11+
file: './bundles/in-memory-web-api.umd.js',
12+
format: 'umd',
13+
name: 'ng.inMemoryWebApi',
14+
sourcemap: true,
15+
globals,
16+
external: Object.keys(globals)
1917
}

0 commit comments

Comments
 (0)