-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
chore(gatsby): remove unused packages #32903
Conversation
@@ -166,7 +159,6 @@ | |||
"devDependencies": { | |||
"@babel/cli": "^7.14.8", | |||
"@babel/register": "^7.14.0", | |||
"@babel/runtime": "^7.14.8", |
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.
This is also in dependencies
@wardpeet what's this library/tool you used to generate the graph? |
@herecydev I always use https://npm.anvaka.com/#/ |
@@ -27,7 +27,7 @@ describe(`SSR`, () => { | |||
test(`dev & build outputs match`, async () => { | |||
const childProcess = await execa(`yarn`, [`test-output`]) | |||
|
|||
expect(childProcess.code).toEqual(0) | |||
expect(childProcess.exitCode).toEqual(0) |
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.
I'm not sure why this change was necessary but code returns undefined
Description
I've noticed some unsued packages that we imported. This PR removes them, the biggest offender is webpack-dev-server