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

Commit 29f4297

Browse files
chore: update default options in readme to be accurate
1 parent 8601521 commit 29f4297

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
@@ -82,7 +82,7 @@ Source maps are always enabled unless explicitly disabled by specifying `debug:
8282
ast: false,
8383
babelrc: false,
8484
plugins: [
85-
'babel-plugin-add-module-exports',
85+
'@babel/plugin-transform-modules-commonjs',
8686
'@babel/plugin-proposal-class-properties',
8787
'@babel/plugin-proposal-object-rest-spread',
8888
'@babel/plugin-transform-runtime',

0 commit comments

Comments
 (0)