chore: change build target to ES2019

This commit is contained in:
Szilárd Dóró
2023-05-15 11:09:00 +02:00
parent 3b513be9f2
commit da03bf390c
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
'@nhost/apollo': patch
'@nhost/google-translation': patch
'@nhost/react-apollo': patch
'@nhost/react-urql': patch
'@nhost/stripe-graphql-js': patch
'@nhost/docgen': patch
'@nhost/graphql-js': patch
'@nhost/hasura-auth-js': patch
'@nhost/hasura-storage-js': patch
'@nhost/nextjs': patch
'@nhost/nhost-js': patch
'@nhost/react': patch
'@nhost/vue': patch
---
chore(build): change build target to ES2019

View File

@@ -36,6 +36,7 @@ export default defineConfig({
}
},
build: {
target: 'es2019',
sourcemap: true,
lib: {
entry,