Skip to content

Commit

Permalink
Use valid instead of legal (babel#297) [skip ci]
Browse files Browse the repository at this point in the history
Legal makes it sounds like it's a legal issue, yet it's more about the validity of the value.
  • Loading branch information
DanielApt authored and Ognian committed Feb 27, 2017
1 parent 7ab95bb commit 58db1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module: {
{
test: /\.js$/,
exclude: /(node_modules|bower_components)/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
loader: 'babel', // 'babel-loader' is also a valid name to reference
query: {
presets: ['es2015']
}
Expand Down

0 comments on commit 58db1af

Please sign in to comment.