Answer the question
In order to leave comments, you need to log in
Why is WOW.js not working in Webpack?
Good evening.
I loaded the WOW.js library via webpack and wrote the following code in the index.js file:
import "wowjs/dist/wow.min.js";
import "./style.scss";
$(function() {
new WOW().init()
})
Uncaught ReferenceError: WOW is not defined
at HTMLDocument.eval (index.js:13)
at mightThrow (jquery.js:3557)
at process (jquery.js:3625)
npm i
npm run webpack
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question