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

Use code splitting for web frontend #1453

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Use code splitting for web frontend #1453

merged 1 commit into from
Jan 20, 2021

Conversation

cakecatz
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 33.49%. This pull request does not change code coverage.

@nghialv
Copy link
Member

nghialv commented Jan 20, 2021

/lgtm

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for javascript is 86.18%. This pull request does not change code coverage.

@@ -5,7 +5,7 @@
},
"allowUnreachableCode": false,
"baseUrl": ".",
"module": "CommonJS",
"module": "esnext",
Copy link
Member

Choose a reason for hiding this comment

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

nits, is it safe to use esnext over a specific version of js 👀

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@khanhtc1202 Yes, it's safe because we use webpack after compiling with typescript.
If it is broken, the webpack build should fail.

Copy link
Member

Choose a reason for hiding this comment

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

got it, thanks for your explaining 🙆‍♀️

@khanhtc1202
Copy link
Member

🚀
/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by khanhtc1202.

Approvers can cancel the approval by writing /approve cancel in a comment. Any additional commits also will change this pull request to be not-approved.

@pipecd-bot pipecd-bot merged commit bae4151 into master Jan 20, 2021
@pipecd-bot pipecd-bot deleted the code-splitting branch January 20, 2021 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants