Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 941e8b8

Browse files
authored
Add missing comma to default config in README
1 parent 6b52455 commit 941e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you pass one of the top-level options in (`extensions`, `transform`, etc), it
8080
ast: false,
8181
babelrc: false,
8282
plugins: [
83-
'babel-plugin-add-module-exports'
83+
'babel-plugin-add-module-exports',
8484
'@babel/plugin-proposal-class-properties',
8585
'@babel/plugin-proposal-object-rest-spread',
8686
'@babel/plugin-transform-runtime',

0 commit comments

Comments
 (0)