Closed mockdeep closed 1 year ago
webpack is more complicated than I thought.
I will fix this soon.
:tada: This issue has been resolved in version 2.3.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Great, it works, thanks!
When we upgrade from 2.3.0 → 2.3.3 we are no longer able to use
seamless-scroll-polyfill
. We've got the same lines as in the readme, but it breaks in both Chrome and Firefox on thepolyfill()
line. The output isn't very clear, but the error that comes back isUncaught TypeError: Object(...) is not a function
. We're using Webpack for compilation. It looks likepolyfill
is getting imported asundefined
.