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

Commit

Permalink
Merge pull request #20 from robhowell/patch-1
Browse files Browse the repository at this point in the history
Add missing comma to default config in README
  • Loading branch information
chrisbreiding committed Nov 14, 2018
2 parents 6b52455 + 941e8b8 commit f8baedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ If you pass one of the top-level options in (`extensions`, `transform`, etc), it
ast: false,
babelrc: false,
plugins: [
'babel-plugin-add-module-exports'
'babel-plugin-add-module-exports',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-runtime',
Expand Down

0 comments on commit f8baedc

Please sign in to comment.