You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently building the Kibana platform plugins from the builds rootPath. The issue is builds only have production dependencies. In order to prevent shipping dependencies used only in client-side code, we will need to be able to move them to devDependencies to accomplish this.
One thing to consider here, is that doing this does not ensure we have a "clean" node_modules. Providing a notice during the build might be enough here since this is not an issue on CI or release manager.
The text was updated successfully, but these errors were encountered:
We're currently building the Kibana platform plugins from the builds
rootPath
. The issue is builds only have production dependencies. In order to prevent shipping dependencies used only in client-side code, we will need to be able to move them todevDependencies
to accomplish this.One thing to consider here, is that doing this does not ensure we have a "clean"
node_modules
. Providing a notice during the build might be enough here since this is not an issue on CI or release manager.The text was updated successfully, but these errors were encountered: