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

feat: support script minification #191

Merged
merged 9 commits into from Apr 23, 2023
Merged

feat: support script minification #191

merged 9 commits into from Apr 23, 2023

Conversation

wre232114
Copy link
Member

Description:

BREAKING CHANGE:

Related issue (if exists):
close #80
close #65

@changeset-bot
Copy link

changeset-bot bot commented Apr 11, 2023

🦋 Changeset detected

Latest commit: 6ce4725

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@farmfe/runtime Minor
@farmfe/core Minor
@farmfe-examples/script-entry Patch
@farmfe/js-plugin-sass Major
@farmfe/js-plugin-vue Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@roland-reed roland-reed changed the title feat: Support minify feat: support script minification Apr 12, 2023
@wre232114 wre232114 force-pushed the feat/script-minify branch 2 times, most recently from 32315a0 to 67eae7d Compare April 18, 2023 23:33
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #191 (6ce4725) into main (eda9d6e) will increase coverage by 29.66%.
The diff coverage is 91.19%.

@@             Coverage Diff             @@
##             main     #191       +/-   ##
===========================================
+ Coverage   50.39%   80.05%   +29.66%     
===========================================
  Files          87      106       +19     
  Lines        4602     6943     +2341     
===========================================
+ Hits         2319     5558     +3239     
+ Misses       2283     1385      -898     
Impacted Files Coverage Δ
crates/compiler/src/build/analyze_deps.rs 57.14% <ø> (+57.14%) ⬆️
crates/compiler/src/build/finalize_module.rs 100.00% <ø> (+100.00%) ⬆️
crates/compiler/src/build/load.rs 41.66% <ø> (+41.66%) ⬆️
crates/compiler/src/build/transform.rs 55.55% <ø> (+55.55%) ⬆️
crates/compiler/src/generate/finalize_resources.rs 100.00% <ø> (+100.00%) ⬆️
crates/compiler/src/generate/mod.rs 100.00% <ø> (+100.00%) ⬆️
crates/compiler/src/generate/partial_bundling.rs 97.43% <ø> (+97.43%) ⬆️
crates/compiler/src/update/mod.rs 0.00% <0.00%> (ø)
crates/compiler/src/update/update_context.rs 0.00% <0.00%> (ø)
crates/core/src/cache/mod.rs 33.33% <ø> (-16.67%) ⬇️
... and 58 more

... and 14 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@wre232114 wre232114 merged commit a04008f into main Apr 23, 2023
17 checks passed
@wre232114 wre232114 deleted the feat/script-minify branch April 23, 2023 00:10
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
This was referenced Mar 11, 2024
@github-actions github-actions bot mentioned this pull request Apr 2, 2024
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.

feat: production build minification Feat(v0.7.0): Minimize resources in production
1 participant