| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 152c981 commit c9e1693
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,6 +52,7 @@ | |||
| 52 | 52 | "@angular/platform-browser": "~2.1.0", | |
| 53 | 53 | "@angular/platform-server": "~2.1.0", | |
| 54 | 54 | "@angular/tsc-wrapped": "^0.3.0", | |
| 55 | + "@angularclass/hmr-loader": "3.0.2", | ||
| 55 | 56 | "angular2-template-loader": "^0.5.0", | |
| 56 | 57 | "awesome-typescript-loader": "^2.2.3", | |
| 57 | 58 | "chalk": "^1.1.3", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ export interface CliConfig { | |||
| 12 | 12 | apps?: { | |
| 13 | 13 | root?: string; | |
| 14 | 14 | outDir?: string; | |
| 15 | - assets?: string; | ||
| 15 | + assets?: string[]; | ||
| 16 | 16 | index?: string; | |
| 17 | 17 | main?: string; | |
| 18 | 18 | test?: string; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,6 +86,7 @@ export function getWebpackCommonConfig( | |||
| 86 | 86 | }, | |
| 87 | 87 | plugins: [ | |
| 88 | 88 | new webpack.HotModuleReplacementPlugin(), | |
| 89 | + new webpack.NamedModulesPlugin(), | ||
| 89 | 90 | new HtmlWebpackPlugin({ | |
| 90 | 91 | template: path.resolve(appRoot, appConfig.index), | |
| 91 | 92 | filename: path.resolve(appConfig.outDir, appConfig.index), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments