I've been developing a plugin for Kibana for several weeks. Every time I install the plugin with the new modifications, I have to wait for Kibana to optimize.
Is there any way of avoiding it? Is there any way to see modifications in real time?
The optimize step is unavoidable unfortunately, webpack is running babel behind the scenes. In dev mode though the builds are incremental, and while the first one may take a few minutes the following ones should be less than a few seconds after. Can you add a little more info about your dev workflow?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.