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
The x-pack directory exists in the root of the project during development, but when you run the build task to create artifacts, it moves to node_modules/x-pack. This means there is no reliable way to consistency import oss plugin and core code statically inside x-pack.
It's location should remain static just like our other source code.
I think one of the reasons this was done in the past was to deduplicate shared dependencies, but this should be handled effectively enough now with yarn workspaces.
The text was updated successfully, but these errors were encountered:
The
x-pack
directory exists in the root of the project during development, but when you run the build task to create artifacts, it moves tonode_modules/x-pack
. This means there is no reliable way to consistency import oss plugin and core code statically inside x-pack.It's location should remain static just like our other source code.
I think one of the reasons this was done in the past was to deduplicate shared dependencies, but this should be handled effectively enough now with yarn workspaces.
The text was updated successfully, but these errors were encountered: