Ver código fonte

add packages to transpile to commonjs

Yuki Takei 3 anos atrás
pai
commit
ab3adcb9ed
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      apps/app/next.config.js

+ 5 - 0
apps/app/next.config.js

@@ -19,7 +19,11 @@ const getTranspilePackages = () => {
     'react-markdown',
     'unified',
     'markdown-table',
+    'bail',
+    'ccount',
+    'character-entities',
     'character-entities-html4',
+    'character-entities-legacy',
     'comma-separated-tokens',
     'decode-named-character-reference',
     'escape-string-regexp',
@@ -27,6 +31,7 @@ const getTranspilePackages = () => {
     'html-void-elements',
     'is-absolute-url',
     'longest-streak',
+    'micromark',
     'property-information',
     'space-separated-tokens',
     'stringify-entities',