stacktrace.js
stacktrace.js copied to clipboard
1.0.2- Bower dist package has missing stacktrace.js
in 1.0.2 version, stacktrace.js non-minified version file is moved from dist folder to outside. There are projects that may be using a non-minified file to run the tests, doing minification them self.
This release will break those projects.
better to bump up major version OR provide clear guidance for this change.
We removed the unminified version from dist/ because it did not contain dependencies.
I agree that we should better inform users about this or provide a bundled, unminified version.