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

chore: changed publishing approach #1323

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

gionkunz
Copy link
Collaborator

@gionkunz gionkunz commented Aug 6, 2022

I read through webpack/webpack#4674 and changed the publishing approach accordingly.

@gionkunz gionkunz requested a review from dangreen August 6, 2022 22:14
@codecov-commenter
Copy link

Codecov Report

Merging #1323 (32d74ef) into develop (3f4d63f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1323   +/-   ##
========================================
  Coverage    73.76%   73.76%           
========================================
  Files           42       42           
  Lines         1231     1231           
  Branches       322      322           
========================================
  Hits           908      908           
  Misses         239      239           
  Partials        84       84           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@gionkunz gionkunz closed this Aug 6, 2022
@gionkunz gionkunz reopened this Aug 6, 2022
@gionkunz gionkunz merged commit e7f4c10 into develop Aug 6, 2022
@dangreen
Copy link
Collaborator

dangreen commented Aug 7, 2022

@gionkunz Hi. Webpack should receive ESM treeshakable bundle , but now it will use iife bundle from browser field. Also it's not UMD bundle but named like that. UMD bundle builds for main field (you can see it in Rollup config). I sugges you to revert this PR.

@dangreen dangreen deleted the feature/change-publishing-approach branch August 8, 2022 09:40
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