diff --git a/.changeset/yellow-bananas-approve.md b/.changeset/yellow-bananas-approve.md new file mode 100644 index 000000000..f30fb33bb --- /dev/null +++ b/.changeset/yellow-bananas-approve.md @@ -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 diff --git a/config/vite.lib.config.js b/config/vite.lib.config.js index b4cf95acb..014321101 100644 --- a/config/vite.lib.config.js +++ b/config/vite.lib.config.js @@ -36,6 +36,7 @@ export default defineConfig({ } }, build: { + target: 'es2019', sourcemap: true, lib: { entry,