You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/08/05 02:05:27 UTC

[incubator-annotator] 12/12: Obssessive alphabetizing

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 <ra...@apache.org>
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],