소스 검색

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',