Skip to content

Commit

Permalink
fix(build): fix #955 (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryb authored and lexzhukov committed Apr 11, 2017
1 parent fe47656 commit dd63535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let _decorateModuleRef = function identity<T>(value: T): T { return value; };

if ('production' === ENV || 'renderer' === ENV) {
// Production
disableDebugTools();
// disableDebugTools();
enableProdMode();

PROVIDERS = [
Expand Down

1 comment on commit dd63535

@atulhm
Copy link

@atulhm atulhm commented on dd63535 Apr 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not wanting to say nay on this but don't we want to disable the debug tools in production?

Please sign in to comment.