Skip to content

Commit 1bda840

Browse files
alexturpinloganfsmyth
authored andcommitted
Fix config issue in example (#708)
1 parent 364387d commit 1bda840

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
@@ -74,7 +74,7 @@ module: {
7474
loader: 'babel-loader',
7575
options: {
7676
presets: ['@babel/preset-env'],
77-
plugins: [require('@babel/plugin-proposal-object-rest-spread')]
77+
plugins: ['@babel/plugin-proposal-object-rest-spread']
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)