Skip to content

Commit

Permalink
chore(tests): use official corejs setting for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 8, 2021
1 parent a0a3adc commit 8ce8afe
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/fixture/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ const config = {
dev: false,
telemetry: false,
build: {
babel: {
presets ({ isServer }) {
return [
[
require.resolve('@nuxt/babel-preset-app'),
{
buildTarget: isServer ? 'server' : 'client',
corejs: { version: 3 }
}
]
]
}
},
corejs: 3,
quiet: true
},
render: {
Expand Down

0 comments on commit 8ce8afe

Please sign in to comment.