-
-
Notifications
You must be signed in to change notification settings - Fork 389
feat: support rc files #1833
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
base: main
Are you sure you want to change the base?
feat: support rc files #1833
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my side I don't see why we wouldn't allow so but @aklinker1 would/should know if they did so on purpose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, sure, why not!
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
Looks like a test is failing. If it's invalid and the expectation just needs to change, please update it. Compare the actual value to |
I updated the test. Looks like the wording of the error changed or sth. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1833 +/- ##
==========================================
+ Coverage 80.88% 80.96% +0.08%
==========================================
Files 131 131
Lines 6679 6678 -1
Branches 1093 1086 -7
==========================================
+ Hits 5402 5407 +5
+ Misses 1266 1260 -6
Partials 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overview
Nuxt supports
.nuxtrc
, WXT can support.wxtrc
. Or does something speak against it?