Updated Angular & Angular Material

Increase the Fuse version number
Fixed the HMR serve ('npm run start-hmr' and 'npm run start-hmr-sourcemaps')
This commit is contained in:
Sercan Yemen
2018-06-28 13:28:56 +03:00
parent 1835c060d6
commit 3deba51322
5 changed files with 75 additions and 71 deletions

View File

@@ -49,6 +49,14 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"hmr": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.hmr.ts"
}
]
}
}
},
@@ -63,12 +71,7 @@
},
"hmr": {
"hmr": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.hmr.ts"
}
]
"browserTarget": "fuse:build:hmr"
}
}
},