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

This commit is contained in:
Tiago Costa 2019-11-09 02:47:45 -05:00 committed by GitHub
parent 1072c582e1
commit 719b834648
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'],