Hi there
I creating a plugin for kibana 6 , That requires the use of a minified JavaScript library that is proprietary, the file is sadly approximately 2.5Mb. This causes webpack to take a ages >40+ mins to optimize and cache the bundles. In the plugin I am doing require('proprietary -lib.min.js')
I looking on the web I added the library path to this.env.noParse in base_optimizer.js but it is not improving the optimizer time. If anyone has any ideas that be great. Sadly I can not change the library code.