We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6f3bb + f61ec80 commit 8af2018Copy full SHA for 8af2018
addon/ng2/blueprints/ng2/files/__path__/vendor.ts
@@ -10,7 +10,7 @@ import '@angular/platform-browser';
10
import '@angular/platform-browser-dynamic';
11
12
<% if(isMobile) { %>
13
- '@angular/app-shell';
+ import '@angular/app-shell';
14
<% } %>
15
16
import 'rxjs/add/operator/map';
addon/ng2/models/webpack-build-common.ts
@@ -46,7 +46,7 @@ export const webpackCommonConfig = {
46
// resolveGlobs: false,
47
module: "es2015",
48
target: "es5",
49
- library: 'es6',
+ lib: ['es6', 'dom'],
50
useForkChecker: true
51
}
52
},
0 commit comments