Skip to content

Commit dc9f085

Browse files
phatedactions-user
authored andcommitted
chore: Update readme & run prettier
1 parent a1e9151 commit dc9f085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ A sample of an entry containing multiple hooks would look like:
6868
- '@babel/register'
6969
.babel.tsx:
7070
- '@babel/register'
71+
.cjs:
72+
- interpret/cjs-stub
7173
.coffee:
7274
- coffeescript/register
7375
.coffee.md:
@@ -93,6 +95,8 @@ A sample of an entry containing multiple hooks would look like:
9395
- sucrase/register/jsx
9496
.litcoffee:
9597
- coffeescript/register
98+
.mdx:
99+
- '@mdx-js/register'
96100
.mjs:
97101
- interpret/mjs-stub
98102
.node:
@@ -148,6 +152,8 @@ The `jsVariants` is the same mapping as above, but only include the extensions w
148152
- '@babel/register'
149153
.babel.tsx:
150154
- '@babel/register'
155+
.cjs:
156+
- interpret/cjs-stub
151157
.coffee:
152158
- coffeescript/register
153159
.coffee.md:
@@ -169,6 +175,8 @@ The `jsVariants` is the same mapping as above, but only include the extensions w
169175
- sucrase/register/jsx
170176
.litcoffee:
171177
- coffeescript/register
178+
.mdx:
179+
- '@mdx-js/register'
172180
.mjs:
173181
- interpret/mjs-stub
174182
.sucrase.js:

0 commit comments

Comments
 (0)