fix(NA): correctly reference babel plugin into the node babel preset (#50090)

This commit is contained in:
Tiago Costa 2019-11-07 17:25:00 -05:00 committed by GitHub
parent bca4e01cf3
commit a014241a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],