nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
956 stars 198 forks source link

conflict with vuestic nuxt module #490

Closed intellild closed 1 year ago

intellild commented 1 year ago

Environment


Describe the bug

[commonjs--resolver] Unexpected keyword 'false' in https://github.com/epicmaxco/vuestic-ui/blob/develop/packages/ui/src/composables/useColors.ts

5: import { u as useReactiveComputed } from "./useReactiveComputed.js";
       6: import { a as getBoxShadowColor, f as getBoxShadowColorFromBg, c as getHoverColor, b as getFocusColor, g as getGradie...
       7: import { _ as __DEV__ } from "../utils/env.js";
                        ^
       8: const useColorProps = {
       9:   color: {

Expected behaviour

https://github.com/nuxt-modules/apollo/blob/d1d3caf17595d7ddab6cad0425701f10af5d384a/src/module.ts#L156

What is this for? I searched around the code and didn't find anything related to it.

Reproduction

export default defineNuxtConfig({
  modules: ["@nuxtjs/apollo", "@vuestic/nuxt"],
})

Additional context

No response

Logs

No response

intellild commented 1 year ago

I figured out the root cause and opened a issue for vuestic https://github.com/epicmaxco/vuestic-ui/issues/3151