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: custom webpack build #6006

Closed
wants to merge 15 commits into from
Closed

WIP: custom webpack build #6006

wants to merge 15 commits into from

Conversation

isalikov
Copy link
Contributor

What

react-scripts with create-react-add dependencies was replaced with custom webpack setup

@isalikov isalikov changed the title feat: custom webpack build WIP: custom webpack build Sep 13, 2021
@jamakase
Copy link
Contributor

Awesome work @isalikov and congrats on your first PR tho the airbyte!

First of all, let's postpone this PR a bit and wait when #5656 is merged.
Secondly, could you please revert those changes that are replacing double quotes with single quotes? I believe we were following this style everywhere, so I do not think we want to replace it for no reason.

Once you revert those changes for prettier ( if we have some - let's better address them as separate PR ) and I will do 1 more review round as it will be much easier.

"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"noUnusedParameters": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

I suppose we are not going to make our code style less strict. Let's not change our ts code style and keep it as strict as possible.

@CLAassistant
Copy link

CLAassistant commented Sep 27, 2021

CLA assistant check
All committers have signed the CLA.

@isalikov isalikov closed this Oct 25, 2021
@isalikov isalikov deleted the build/setup-webpack-build branch October 25, 2021 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M type/refactoring Focused on refactoring.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants