chore: change build target to ES2019
This commit is contained in:
17
.changeset/yellow-bananas-approve.md
Normal file
17
.changeset/yellow-bananas-approve.md
Normal 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
|
||||
@@ -36,6 +36,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
build: {
|
||||
target: 'es2019',
|
||||
sourcemap: true,
|
||||
lib: {
|
||||
entry,
|
||||
|
||||
Reference in New Issue
Block a user