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
Module build failed (from ./node_modules/prerender-loader/dist/prerender-loader.js):
NonErrorEmittedError: (Emitted value instead of an instance of Error) ReferenceError: $ is not defined
Error :
In Index.html
In my Component :
The problem is, I'm loading jquery from a <script> and it's not in node_modules. Then He's saying that $ is not defined
I'm using typescript
And in my index.d.ts
The text was updated successfully, but these errors were encountered: