Skip to content

Commit

Permalink
tests(migrate): update babel-loader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Nov 4, 2018
1 parent 9af6fd5 commit 2c6552d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -234,7 +234,7 @@ exports[`loaders transforms correctly using "loaders-7" data 1`] = `
loader: 'babel-loader',
options: {
presets: ['env']
presets: ['@babel/preset-env']
}
}]
}
Expand Down
Expand Up @@ -6,7 +6,7 @@ export default {
exclude: /(node_modules)/,
loader: 'babel-loader',
query: {
presets: ['env']
presets: ['@babel/preset-env']
}
}
]
Expand Down

0 comments on commit 2c6552d

Please sign in to comment.