Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix!: Remove transformManfiest option #1181

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

aklinker1
Copy link
Collaborator

BREAKING CHANGE: Remove deprecated option, transformManifest. Use the build:manifestGenerated hook to transform the manifest instead.

// wxt.config.ts
export default defineConfig({
- transformManifest(manifest) {
-   // ...
- },
+ hooks: {
+   build:manifestGenerated: (_, manifest) =>  {
+     // ...
+   },
+ },
});

@aklinker1 aklinker1 self-assigned this Nov 16, 2024
@aklinker1 aklinker1 marked this pull request as ready for review November 16, 2024 17:41
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (0.20.0-breaking-changes@96445c9). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                     @@
##             0.20.0-breaking-changes    #1181   +/-   ##
==========================================================
  Coverage                           ?   81.59%           
==========================================================
  Files                              ?      124           
  Lines                              ?     6521           
  Branches                           ?     1092           
==========================================================
  Hits                               ?     5321           
  Misses                             ?     1183           
  Partials                           ?       17           

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

@aklinker1 aklinker1 merged commit 74bdc1a into 0.20.0-breaking-changes Nov 16, 2024
12 checks passed
@aklinker1 aklinker1 deleted the remove-transform-manifest branch November 16, 2024 21:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants