Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Speedometer: Reduce duplication in react-redux test
https://bugs.webkit.org/show_bug.cgi?id=176227 Patch by Mathias Bynens <mathias@qiwi.be> on 2017-09-10 Reviewed by Ryosuke Niwa. Updating react-scripts to a modern version avoids an issue where the generated bundle included the same `Object.assign` polyfill multiple times. * Speedometer/resources/todomvc/architecture-examples/react-redux/dist/*: Update dist per build instructions. * Speedometer/resources/todomvc/architecture-examples/react-redux/package-lock.json: Update dependencies. * Speedometer/resources/todomvc/architecture-examples/react-redux/package.json: Update dependencies. Canonical link: https://commits.webkit.org/193190@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221841 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
aedb18e
commit 6ab47116b2c108d7d8c5acc335ba38ab2e95d8ca
Showing
14 changed files
with
10,478 additions
and
8,554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"main.css": "static/css/main.21111742.css", | ||
"main.css.map": "static/css/main.21111742.css.map", | ||
"main.js": "static/js/main.18b409e1.js", | ||
"main.js.map": "static/js/main.18b409e1.js.map" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>React Redux TodoMVC example</title><link href="./static/css/main.f04a7319.css" rel="stylesheet"></head><body><div class="todoapp" id="root"></div><script type="text/javascript" src="./static/js/main.69cd9655.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>React Redux TodoMVC example</title><link href="./static/css/main.21111742.css" rel="stylesheet"></head><body><div class="todoapp" id="root"></div><script type="text/javascript" src="./static/js/main.18b409e1.js"></script></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.