You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in main.js appear error '$ not defined'.
I understand that Parcel wraps the content of jquery.js and $ doesn't appear in window.
How I can add script tag is as without wrapping/modifications?
🔦 Context
💻 Code Sample
🌍 Your Environment
Software
Version(s)
Parcel
Node
npm/Yarn
Operating System
The text was updated successfully, but these errors were encountered:
❔ Question
I have a deprecated site with
html
withBut in
main.js
appear error '$ not defined'.I understand that Parcel wraps the content of
jquery.js
and$
doesn't appear inwindow
.How I can add script tag is as without wrapping/modifications?
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: