Skip to content

Commit

Permalink
Fix config issue in example (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexturpin authored and loganfsmyth committed Oct 19, 2018
1 parent 364387d commit 1bda840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ module: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
plugins: [require('@babel/plugin-proposal-object-rest-spread')]
plugins: ['@babel/plugin-proposal-object-rest-spread']
}
}
}
Expand Down

0 comments on commit 1bda840

Please sign in to comment.