|
2 | 2 |
|
3 | 3 | System.config({ |
4 | 4 | paths: { |
5 | | - 'npm:': 'node_modules/' |
| 5 | + 'npm:': 'vendor/' |
6 | 6 | }, |
7 | 7 | map: { |
8 | 8 | 'app': 'app', |
9 | | - '@angular/core': 'npm:@angular/core/bundles/core.umd.js', |
10 | | - '@angular/common': 'npm:@angular/common/bundles/common.umd.js', |
11 | | - '@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js', |
12 | | - '@angular/platform-browser': 'npm:@angular/platform-browser/bundles/platform-browser.umd.js', |
13 | | - '@angular/platform-browser-dynamic': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js', |
14 | | - '@angular/http': 'npm:@angular/http/bundles/http.umd.js', |
15 | | - '@angular/router': 'npm:@angular/router/bundles/router.umd.js', |
16 | | - '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js', |
17 | | - 'rxjs': 'vendor/rxjs', |
18 | | - 'lodash': 'vendor/lodash/lodash.js', |
19 | | - 'redux': 'vendor/redux/redux.js', |
20 | | - 'redux-thunk': 'vendor/redux-thunk/index.js' |
| 9 | + '@angular/core': 'npm:angular/core/bundles/core.umd.js', |
| 10 | + '@angular/common': 'npm:angular/common/bundles/common.umd.js', |
| 11 | + '@angular/compiler': 'npm:angular/compiler/bundles/compiler.umd.js', |
| 12 | + '@angular/platform-browser': 'npm:angular/platform-browser/bundles/platform-browser.umd.js', |
| 13 | + '@angular/platform-browser-dynamic': 'npm:angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js', |
| 14 | + '@angular/http': 'npm:angular/http/bundles/http.umd.js', |
| 15 | + '@angular/router': 'npm:angular/router/bundles/router.umd.js', |
| 16 | + '@angular/forms': 'npm:angular/forms/bundles/forms.umd.js', |
| 17 | + 'rxjs': 'npm:rxjs', |
| 18 | + 'lodash': 'npm:lodash/lodash.js', |
| 19 | + 'redux': 'npm:redux/redux.js', |
| 20 | + 'redux-thunk': 'npm:redux-thunk/index.js' |
21 | 21 | }, |
22 | 22 | packages: { |
23 | 23 | app: { |
|
0 commit comments