Skip to content

Commit

Permalink
fix: target es2018, closes #1220
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 19, 2021
1 parent 335d538 commit e496ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-apollo-composable/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { nodeExternalsPlugin } from 'esbuild-node-externals'
format,
outfile: path.join('dist', file),
sourcemap: true,
target: 'es2018',
plugins: [
nodeExternalsPlugin(),
],
Expand Down

0 comments on commit e496ba2

Please sign in to comment.