-
-
Notifications
You must be signed in to change notification settings - Fork 439
feat(hooks): Add new config:resolved hook
#1177
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
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-solid
@wxt-dev/module-react
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
config:resolved hookconfig:resolved hook to update config
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1177 +/- ##
==========================================
- Coverage 80.65% 80.53% -0.13%
==========================================
Files 127 127
Lines 6033 6036 +3
Branches 1016 1014 -2
==========================================
- Hits 4866 4861 -5
- Misses 1152 1160 +8
Partials 15 15 ☔ View full report in Codecov by Sentry. |
config:resolved hook to update configconfig:resolved hook to update config
config:resolved hook to update configconfig:resolved hook
This hook is called right after
readyand whenever config is reloaded during development. It should be used to apply changes to the config going forward.If you use
readyto update config, during development, the changes you make will be removed after a file is saved. See #1128 for an example of what this looks like.This closes #1128.