diff --git a/remix.config.js b/remix.config.js index 744e3cca7..a51b1e1e2 100644 --- a/remix.config.js +++ b/remix.config.js @@ -14,6 +14,7 @@ const isProduction = process.env.NODE_ENV === 'production' const esmOnlyModules = [ '@nasa-gcn/remark-rehype-astro', 'bail', + 'before-after-hook', 'bcp-47-match', 'ccount', 'character-entities', @@ -31,8 +32,10 @@ const esmOnlyModules = [ 'trim-lines', 'trough', 'unified', + 'universal-user-agent', 'web-namespaces', 'zwitch', + /^@octokit/, /^hast/, /^mdast/, /^micromark/,