mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix(NA): correctly reference babel plugin into the node babel preset (#50090)
This commit is contained in:
parent
bca4e01cf3
commit
a014241a3c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = (_, options = {}) => {
|
|||
test: [/x-pack[\/\\]legacy[\/\\]plugins[\/\\]task_manager/],
|
||||
plugins: [
|
||||
[
|
||||
'filter-imports',
|
||||
require.resolve('babel-plugin-filter-imports'),
|
||||
{
|
||||
imports: {
|
||||
perf_hooks: ['performance'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue