Revert "[build] Fix canvas shareable runtime" (#149595)

Reverts elastic/kibana#149165

Node 18 was downgraded to Node 16, this flag is not supported -
https://github.com/elastic/kibana/pull/149531
This commit is contained in:
Jon 2023-01-26 09:47:13 -06:00 committed by GitHub
parent b9f31afc23
commit c5400cee35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,6 @@ run(
execa.sync(
process.execPath,
[
'--openssl-legacy-provider',
require.resolve('webpack-dev-server/bin/webpack-dev-server'),
'--config',
webpackConfig,
@ -89,7 +88,6 @@ run(
execa.sync(
process.execPath,
[
'--openssl-legacy-provider',
require.resolve('webpack/bin/webpack'),
'--config',
webpackConfig,