mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
Uncomment debug mode
This commit is contained in:
parent
833f98167a
commit
e50055286b
|
@ -14,10 +14,10 @@ if (AOT) {
|
||||||
bootstrapRedoc = require('./bootstrap.dev').bootstrapRedoc;
|
bootstrapRedoc = require('./bootstrap.dev').bootstrapRedoc;
|
||||||
}
|
}
|
||||||
|
|
||||||
//if (IS_PRODUCTION) {
|
if (IS_PRODUCTION) {
|
||||||
disableDebugTools();
|
disableDebugTools();
|
||||||
enableProdMode();
|
enableProdMode();
|
||||||
//}
|
}
|
||||||
|
|
||||||
export const version = LIB_VERSION;
|
export const version = LIB_VERSION;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user