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
The benchmarking script scripts/benchmark.js points to https://unpkg.com/react/dist/react.js as a benchmark, but the React team no longer provides a dist/react.js file. This causes an error when trying to run benchmarks.
To reproduce:
$ git clone --depth 1 https://github.com/babel/minify.git
$ cd minify
$ yarn install
$ npm run bootstrap
$ npm run build
$ ./scripts/benchmark.js
The benchmarking script
scripts/benchmark.js
points to https://unpkg.com/react/dist/react.js as a benchmark, but the React team no longer provides adist/react.js
file. This causes an error when trying to run benchmarks.To reproduce:
$ git clone --depth 1 https://github.com/babel/minify.git $ cd minify $ yarn install $ npm run bootstrap $ npm run build $ ./scripts/benchmark.js
Error log here.
The text was updated successfully, but these errors were encountered: