You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We use sinon as a part of our application built with create-react-app
After upgrading to v5.1.0 the npm run build command failed with an error:
Failed to minify the code from this file:
./node_modules/sinon/pkg/sinon-esm.js:4824
Read more here: http://bit.ly/2tRViJ9
See #1829. Once it's approved this should be good. Be aware that once Sinon 6 ships this will break your build again should you choose to upgrade to that (meaning you need to fix your own build to work with ES2015 modules or disable use of the module keyword entirely in your bundler).
Describe the bug
We use sinon as a part of our application built with create-react-app
After upgrading to v5.1.0 the
npm run build
command failed with an error:To Reproduce
Steps to reproduce the behavior:
create-react-app
[email protected]
npm run build
Expected behavior
Build completes successfully
The text was updated successfully, but these errors were encountered: