Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Fix canvas shareable runtime (#149165)
The canvas shareable runtime build uses webpack 4, which needs the `--legacy-openssl-provider` flag after the recent Node 16 -> 18 upgrade. Context: the runtime build is disabled by default in pull requests because it's currently untested and adds ~3 minutes to build time. It is enabled in our nightly snapshots pipeline, which we've been using as a slower feedback loop for build issues. ## Testing ``` node x-pack/plugins/canvas/scripts/shareable_runtime.js ``` should exit 0
- Loading branch information