Skip to content

Commit

Permalink
chore(NA): fix babel plugin discover for thread-loader-warmup (elasti…
Browse files Browse the repository at this point in the history
…c#44106)

* chore(NA): fix babel plugin discover for thread-loader-warmup

* chore(NA): apply changes accordingly the PR review
  • Loading branch information
mistic authored and simianhacker committed Aug 27, 2019
1 parent 7ef0f29 commit b2bbc26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/kbn-babel-preset/webpack_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ module.exports = () => {
],
require('./common_preset'),
],
plugins: [
'@babel/plugin-syntax-dynamic-import'
]
plugins: [require.resolve('@babel/plugin-syntax-dynamic-import')],
};
};

0 comments on commit b2bbc26

Please sign in to comment.