Skip to content
Discussion options

You must be logged in to vote

After some internetterwebby searching, we were able to get the error to go away by adding the statement below, where we set viteConf.optimizeDeps in quasar.config.js:

      extendViteConf(viteConf) {
        viteConf.resolve.preserveSymlinks = true
        viteConf.optimizeDeps = { /////// <= added this
          esbuildOptions: {
            supported: {
              bigint: true
            }
          }
        }
      },

This allowed us to start using 5.5.0. Hope this helps others.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robertsLando
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by robertsLando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants