mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +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;
|
||||
}
|
||||
|
||||
//if (IS_PRODUCTION) {
|
||||
if (IS_PRODUCTION) {
|
||||
disableDebugTools();
|
||||
enableProdMode();
|
||||
//}
|
||||
}
|
||||
|
||||
export const version = LIB_VERSION;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user