Issue with Vue 3's yarn serve
: It gets stuck at 42% when trying to import an external js file into main.ts.
The problem lies in the following code:
Main.ts
import '@/assets/js/jquery.min.js';
No error is displayed, it just hangs at:
42% building 267/276 modules 9 active /Users/mark/Documents/workspace/testapp/test-web/node_modules/html-entities/lib/surrogate-pairs.js
Encountering the same issue when attempting to import any external js file.
Since there are no explicit error messages, can someone point out what might be going wrong?