瀏覽代碼

add packages to transpile to commonjs

Yuki Takei 3 年之前
父節點
當前提交
ab3adcb9ed
共有 1 個文件被更改,包括 5 次插入0 次删除
  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',