Issue with Vite in build mode #15009
Unanswered
dblythy
asked this question in
CLI - PWA mode
Replies: 2 comments 1 reply
-
Does anyone have any pointers for how to resolve this 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
with Parse I think you need to use the minified import |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am building a Quasar app and I am migrating to Vite. All works well, except once I serve the generated pages as a SPA, I get
TypeError: (0 , _decode2.default) is not a function
when my button action fires. It seems that the moduledecode2
doesn't load correctly when the button is clicked.Decode is a
export
from anode_module
- Parse JS SDKSeems to have no issues in dev mode - only occurs once I generate the build files and serve them.
Does anyone have any idea how to fix this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions