Skip to content

Commit

Permalink
fix: update outdated react url (#817)
Browse files Browse the repository at this point in the history
* Remove outdated react url

* Update react url

* Update outdated url
  • Loading branch information
ganes1410 authored and vigneshshanmugam committed Apr 23, 2018
1 parent efbfc74 commit b5bafae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark.js
Expand Up @@ -20,7 +20,7 @@ const butternut = require("butternut");

const ASSETS_DIR = path.join(__dirname, "benchmark_cache");
const DEFAULT_ASSETS = {
"react.js": "https://unpkg.com/react/dist/react.js", // 120 kb
"react.js": "https://unpkg.com/react@16.3.1/umd/react.development.js", //56kb
"vue.js": "https://unpkg.com/vue/dist/vue.js", // 230 kb
"lodash.js": "https://unpkg.com/lodash/lodash.js", // 500kb
"three.js": "https://unpkg.com/three/build/three.js" // 1000kb
Expand Down

0 comments on commit b5bafae

Please sign in to comment.