Skip to content

Commit

Permalink
docs(migrate): update babel-loader output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Nov 4, 2018
1 parent 2c6552d commit b973133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATE.md
Expand Up @@ -57,7 +57,7 @@ module.exports = {
exclude: /node_modules/,
loader: 'babel',
query: {
presets: ['env']
presets: ['@babel/preset-env']
}
},
{
Expand Down Expand Up @@ -140,7 +140,7 @@ module.exports = {
loader: 'babel-loader'
}],
options: {
presets: ['env']
presets: ['@babel/preset-env']
}
},
{
Expand Down

0 comments on commit b973133

Please sign in to comment.