Replies: 2 comments
-
facing same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem was from the script tag. I changed attribute type="defer" by type="module". It is requested after all local scripts. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I have created an HTML component with Vue and my team uses the built result.
Some projects that call this component sometimes use jQuery and have this error "$(...).text is not a function" (and any other functions).
But it works when I build on staging mode...
I have already tried with rollup option and rollup-inject with the same issue.
How to build with say not to use $ to remove this conflict type?
Thanks for your help
Here is my actually
vite.config.js
with thedefineConfig
:Beta Was this translation helpful? Give feedback.
All reactions