Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Support for react-devtools #994

Merged
merged 11 commits into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: clean
  • Loading branch information
yesmeck committed Jun 12, 2020
commit 05fc1ba977a20fcf6e1106177a5506c04897b9ac
2 changes: 1 addition & 1 deletion e2e/mini/remax.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
turboPages: ['pages/turbo-page/index']
turboPages: ['pages/turbo-page/index'],
};
3 changes: 3 additions & 0 deletions e2e/mini/src/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
page {
background: #282c34;
}
1 change: 0 additions & 1 deletion packages/remax-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"node-notifier": "^7.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"react-devtools-core": "^4.7.0",
"regenerator-runtime": "^0.13.3",
"remax-stats": "^0.1.1",
"resolve": "^1.12.0",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14769,14 +14769,6 @@ react-clipboard.js@^2.0.16:
clipboard "^2.0.0"
prop-types "^15.5.0"

react-devtools-core@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.7.0.tgz#71e89087352abe60c160dfb60a7fa700f612af7a"
integrity sha512-6w/e0nkV0gogUnfz+9Q3yiMtYYol9T+oD27UIf4XWmula1KvSTTkQ9DnzLOqSSch8d1YzNWbTxguuNJMof58ww==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-dom@^16.12.0, react-dom@^16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
Expand Down