Open enp opened 3 years ago
Looks like removing cypress and ts-loader both from devDependencies section of package.json helps to build zip which works with index-management elasticsearch plugin
Hmm.. unfortunately we don't build/develop with Kibana source that includes x-pack which seems like might have been the issue for you. If cypress and ts-loader are included in the Kibana dev dependencies then we can look into removing them here. If they are only added because of x-pack then we might need to just call this out in README or see if there's a workaround.
Hi,
I tried to build plugin from source:
Result of last command:
Is this a bug or I'm doing something wrong?