Skip to content
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): migrate webpack reducer to TS #23566

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

hiwelo
Copy link
Contributor

@hiwelo hiwelo commented Apr 28, 2020

Description

This commit migrates the webpack reducer to TypeScript by creating a series of new types for the reducer and its actions.

In order to use the merge function provided by the webpack-merge package, I had to add its typings from Definitely Typed (@types/webpack-merge).

Related Issues

Relates to #21995

@hiwelo hiwelo requested review from blainekasten and a team April 28, 2020 14:59
@hiwelo hiwelo marked this pull request as ready for review April 28, 2020 15:36
This commit migrates the webpack reducer to TypeScript by creating
a series of new types for the reducer and its actions.

In order to use the `merge` function provided by the `webpack-merge`
package, I had to add its typings from Definitely Typed.
@hiwelo hiwelo force-pushed the ts-migration/webpack-reducer branch from 451f5c3 to 9b1b0c2 Compare April 29, 2020 09:32
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great to me, let's merge it!

Thank you so much for contributing to our TypeScript refactor! We have more work to do and we would love to have you stay involved in our transition. Please submit more PRs! 💜

@LekoArts LekoArts merged commit d87fd53 into master Apr 29, 2020
@LekoArts LekoArts deleted the ts-migration/webpack-reducer branch April 29, 2020 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants