sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.66k stars 772 forks source link

Fix bundling of cjs module #2412

Closed perrin4869 closed 3 years ago

perrin4869 commented 3 years ago

Fix #2411

Webpack can't bundle pkg/sinon.cjs, so going to use the original lib/sinon.js which bundles without issues. I don't remember right now why I introduced pkg/sinon.cjs anymore ><;;

fatso83 commented 2 years ago

Thanks for this, btw! Published as 12.0.1

perrin4869 commented 2 years ago

Thanks, and sorry for the trouble!