-
Notifications
You must be signed in to change notification settings - Fork 14
chore: Upgrade webpack and graphql dependencies #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: chore/latest-minor-and-react-packages
Are you sure you want to change the base?
Changes from all commits
ce459d7
5ba742d
d1534ac
403f7df
de60e21
93130af
05b4b05
af1c630
57a5135
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| { | ||
| "silent": true | ||
| "silent": true, | ||
| "node": "14" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 13 | ||
| 14 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,9 +18,10 @@ module.exports = (c) => ({ | |
| alias: { | ||
| "react-error-overlay": `${__dirname}/src/panel/util/ErrorOverlay.ts`, | ||
| }, | ||
| }, | ||
| node: { | ||
| fs: "empty", | ||
| fallback: { | ||
| fs: false, | ||
| path: false, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Non blocking - any idea what update caused us to need to use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting - can you try building cosmos but changing this to be I can't think of any good reason as to why we would want to use the electron version of the devtools in cosmos (other than me being a pleb and mixing up the two) |
||
| }, | ||
| }, | ||
| plugins: [ | ||
| new webpack.DefinePlugin({ | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍