I'm having some trouble with this. I've included it using import via gulp / webpack. the enquire.js code gets included in my main.bundle.js file above the code that references it.
Then, when I try to use it,
enquire.default.register("screen and (max-width:560px)", {
I get error
enquire is undefined
What have I done wrong?
I'm having some trouble with this. I've included it using import via gulp / webpack. the enquire.js code gets included in my main.bundle.js file above the code that references it.
Then, when I try to use it,
enquire.default.register("screen and (max-width:560px)", {I get error
enquire is undefinedWhat have I done wrong?