How to disable kibana optimize when i was developing a kibana plugin?

use the plugin helper to start dev kibana plugin, it will auto enable optimize.

server log [10:00:56.245] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: platinum | status: active | expiry date: 2050-01-01T00:00:00+08:00
server log [10:00:56.248] [info][status][plugin:security@6.5.1] Status changed from yellow to green - Ready
server log [10:00:57.736] [info][listening] Server running at http://127.0.0.1:5603/fyc
server log [10:00:57.755] [info][status][plugin:spaces@6.5.1] Status changed from yellow to green - Ready
server log [10:00:56.245] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: platinum | status: active | expiry date: 2050-01-01T00:00:00+08:00
server log [10:00:56.248] [info][status][plugin:security@6.5.1] Status changed from yellow to green - Ready
server log [10:00:57.736] [info][listening] Server running at http://127.0.0.1:5603/fyc
server log [10:00:57.755] [info][status][plugin:spaces@6.5.1] Status changed from yellow to green - Ready
optmzr log [10:02:12.905] [info][optimize] Optimization success in 85.90 seconds

this optimize is really very bad , it make the browser can identify the code i write (it is compress and optimize js code).

when somethings error happend , it only show this:

this is really annoying. and really difficult to debug.

@WoolenWang please file a github issue at https://github.com/elastic/kibana/issues to add your suggestion.

Ok , I already submit one issue in https://github.com/elastic/kibana/issues/31385

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.