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

fix: do not minify assets in public by default #6631

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

ClarkXia
Copy link
Collaborator

@ClarkXia ClarkXia commented Nov 7, 2023

ice.js should not deal with the assets in public by default, it may cause unexpected error when minify JS while it had been already done.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4a7340a) 79.95% compared to head (e6a229f) 79.95%.

Additional details and impacted files
@@              Coverage Diff              @@
##           release/next    #6631   +/-   ##
=============================================
  Coverage         79.95%   79.95%           
=============================================
  Files               216      216           
  Lines             18847    18847           
  Branches           2444     2444           
=============================================
  Hits              15069    15069           
  Misses             3747     3747           
  Partials             31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClarkXia ClarkXia added the need review Need Review label Nov 7, 2023
@ClarkXia ClarkXia merged commit 52eb7a4 into release/next Nov 8, 2023
6 checks passed
@ClarkXia ClarkXia deleted the fix/copy-minify branch November 8, 2023 02:27
@ClarkXia ClarkXia mentioned this pull request Nov 8, 2023
5 tasks
ClarkXia added a commit that referenced this pull request Nov 13, 2023
* feat: support first chunk cache (#6607)

* feat: support first chunk cache

* chore: remove cacheFirstChunk

* chore: modify fcc comment

* feat: add FirstChunkCache function

* feat: add first chunk demo

* chore: modify example

* chore: update lock

* chore: update package

* fix: support transform plugin in speedup mode (#6615)

* fix: support tranform plugin in speedup mode

* chore: lint

* chore: remove log

* chore: modify file name (#6619)

* chore: modify file name

* chore: modify lock

* fix: data loader output (#6622)

* fix: data loader output

* fix: check support let first

* chore: add changelog

* fix(@ice/app): requireHook in createService (#6633)

* fix: assets rule in speedup mode (#6632)

* fix: do not minify assets in public by default (#6631)

* chore: update versions (#6618)

---------

Co-authored-by: 染陌同学 <[email protected]>
Co-authored-by: 水澜 <[email protected]>
Co-authored-by: Linbudu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need review Need Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants