v4.0.1-rc.4
@nuxtjs/[email protected]
@vue/[email protected]
https://github.com/SuddenlyRust/nuxt-apollo-composables
yarn dev
visit http://localhost:3000/
Working application without error messages
ReferenceError: define is not defined is shown

With @vue/[email protected] this error message is not shown.
I have the same issue. Any idea how to fix this?
I am getting same issue. Is downgrading to alpha 10 the only known fix?
EDIT: This is an issue with vue-apollo-composable not the nuxt-apollo module. I am not using nuxt and am receiving the exact same error
The root of the issue is https://github.com/vuejs/vue-apollo/issues/1081
@seanaye alpha 10 same issue
Got it working with the transpilation workaround: https://github.com/vuejs/vue-apollo/issues/1081#issuecomment-772562609
Check out my commit: https://github.com/SuddenlyRust/nuxt-apollo-composables/commit/e09bce74141af50d6b5d96eed072a102c06a6ec7
Most helpful comment
The root of the issue is https://github.com/vuejs/vue-apollo/issues/1081