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

[WIP]: chore(gatsby): migrate webpack utils to TypeScript #22381

Merged
merged 15 commits into from
Mar 20, 2020

Conversation

sasurau4
Copy link
Contributor

Description

Part of #21995

I migrated webpack-utils.js to TypeScript

Documentation

Related Issues

#21995

const plugin = (
name: string,
optimize?: boolean
): ((...args: any) => Plugin) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

ha good catch. Thanks for fixing!

@blainekasten
Copy link
Contributor

There is a large amount of any types in this file. Would it be possible to improve those types?

@sasurau4
Copy link
Contributor Author

@blainekasten I'll try to reduce any as much as possible. 👍
Some other files need to migrate, so I'll try to migrate them at first.

@sasurau4 sasurau4 changed the title chore(gatsby): migrate webpack utils to TypeScript [WIP]: chore(gatsby): migrate webpack utils to TypeScript Mar 19, 2020
@sasurau4 sasurau4 requested a review from a team as a code owner March 20, 2020 14:34
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.

3 participants