This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 7edceccd95f228f06f9802a17ac014aaaf57cea3 Author: Randall Leeds <[email protected]> AuthorDate: Tue Aug 4 19:04:47 2020 -0700 Obssessive alphabetizing --- babel.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index a736a9a..44324e7 100644 --- a/babel.config.js +++ b/babel.config.js @@ -61,10 +61,10 @@ module.exports = (api) => { return { plugins: [ - 'preserve-comment-header', ['@babel/transform-runtime', runtimeOptions], - ...(DEV ? [['module-resolver', resolverOptions]] : []), ...(TEST ? ['istanbul'] : []), + ...(DEV ? [['module-resolver', resolverOptions]] : []), + 'preserve-comment-header', ], presets: [ ['@babel/env', envOptions],
