Uncomment debug mode

This commit is contained in:
Roman Hotsiy 2016-11-30 11:51:24 +02:00
parent 833f98167a
commit e50055286b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -14,10 +14,10 @@ if (AOT) {
bootstrapRedoc = require('./bootstrap.dev').bootstrapRedoc;
}
//if (IS_PRODUCTION) {
if (IS_PRODUCTION) {
disableDebugTools();
enableProdMode();
//}
}
export const version = LIB_VERSION;