diff --git a/src/Ombi/Startup.cs b/src/Ombi/Startup.cs index b31900019..db8d40a56 100644 --- a/src/Ombi/Startup.cs +++ b/src/Ombi/Startup.cs @@ -151,10 +151,11 @@ namespace Ombi { HotModuleReplacement = true, ConfigFile = "webpack.config.ts", - EnvParam = new - { - aot = false // can't use AOT with HMR currently https://github.com/angular/angular-cli/issues/6347 - } + + //EnvParam = new + //{ + // aot = true // can't use AOT with HMR currently https://github.com/angular/angular-cli/issues/6347 + //} }); }