Obssessive alphabetizing
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 @@
 
   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],