@@ -13,11 +13,10 @@ module.exports = function(config) {
1313 }
1414 } ,
1515 files : [
16- { pattern : 'node_modules/es6-shim/es6-shim .js' , included : true , watched : true } ,
16+ { pattern : 'node_modules/core-js/client/core .js' , included : true , watched : true } ,
1717 { pattern : 'node_modules/zone.js/dist/zone.js' , included : true , watched : true } ,
18- //Needed for async testsing {https://github.com/angular/angular/issues/8232}
18+ // Needed for async testsing {https://github.com/angular/angular/issues/8232}
1919 { pattern : 'node_modules/zone.js/dist/async-test.js' , included : true , watched : true } ,
20- { pattern : 'node_modules/reflect-metadata/Reflect.js' , included : true , watched : true } ,
2120 { pattern : 'node_modules/systemjs/dist/system-polyfills.js' , included : true , watched : false } ,
2221 { pattern : 'node_modules/systemjs/dist/system.src.js' , included : true , watched : true } ,
2322
@@ -38,8 +37,8 @@ module.exports = function(config) {
3837
3938 // paths loaded via Angular's component compiler
4039 // (these paths need to be rewritten, see proxies section)
41- { pattern : 'dist/**/*.html' , included : false , watched : true } ,
42- { pattern : 'dist/**/*.css' , included : false , watched : true } ,
40+ // {pattern: 'dist/**/*.html', included: false, watched: true},
41+ // {pattern: 'dist/**/*.css', included: false, watched: true},
4342
4443 // paths to support debugging with source maps in dev tools
4544 { pattern : 'dist/**/*.ts' , included : false , watched : false } ,
0 commit comments