Skip to content

Conditional Vite configuration fails with 'invalid JS' syntax #15518

Answered by RobinTail
wsw70 asked this question in Q&A
Discussion options

You must be logged in to vote

@wsw70 , I found a way to fix it.
You need to add quotes, because define expects expressions, like this:

    define: {
        __BACK_WS_URI__: "'ws://localhost:8080/ws'",
        __BACK_HTTP_SPA__: "'http://localhost:8080/spa'",
      },

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wsw70
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