Skip to content

Commit

Permalink
Revert "[build] Fix canvas shareable runtime" (elastic#149595)
Browse files Browse the repository at this point in the history
Reverts elastic#149165

Node 18 was downgraded to Node 16, this flag is not supported -
elastic#149531
  • Loading branch information
jbudz authored and darnautov committed Feb 7, 2023
1 parent 6eebf1e commit 2c345d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/canvas/scripts/shareable_runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ run(
execa.sync(
process.execPath,
[
'--openssl-legacy-provider',
require.resolve('webpack-dev-server/bin/webpack-dev-server'),
'--config',
webpackConfig,
Expand Down Expand Up @@ -89,7 +88,6 @@ run(
execa.sync(
process.execPath,
[
'--openssl-legacy-provider',
require.resolve('webpack/bin/webpack'),
'--config',
webpackConfig,
Expand Down

0 comments on commit 2c345d9

Please sign in to comment.