mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(babel-preset-app): fix typo in babel-preset readme (#5897)
[skip ci]
This commit is contained in:
parent
b1797af428
commit
d3f1f3b4f9
@ -103,7 +103,7 @@ export default {
|
||||
[
|
||||
require.resolve('@nuxt/babel-preset-app'),
|
||||
{
|
||||
buildTarget: isServer ? 'server' : 'client'
|
||||
buildTarget: isServer ? 'server' : 'client',
|
||||
corejs: { version: 3 }
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user