Hi there,
I got this error when I run npm run build
. Can anyone get same issue and please help me resolve it? compilation runs ok.
external "jQuery":1 Uncaught ReferenceError: jQuery is not defined
at Object.defineProperty.value (external "jQuery":1)
at webpack_require (bootstrap 1621831…:19)
at Object.<anonymous> (main.js:26)
at webpack_require (bootstrap 1621831…:19)
at Object.<anonymous> (tether.js:1811)
at webpack_require (bootstrap 1621831…:19)
at module.exports (bootstrap 1621831…:65)
at bootstrap 1621831…:65
Object.defineProperty.value @ external "jQuery":1
webpack_require @ bootstrap 1621831…:19
(anonymous) @ main.js:26
webpack_require @ bootstrap 1621831…:19
(anonymous) @ tether.js:1811
webpack_require @ bootstrap 1621831…:19
module.exports @ bootstrap 1621831…:65
(anonymous) @ bootstrap 1621831…:65
Thank you so much!