mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
b9f31afc23
commit
c5400cee35
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue