-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
feat: Module system #672
feat: Module system #672
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3198234
to
c39087a
Compare
30e7895
to
68e1eaf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #672 +/- ##
==========================================
+ Coverage 86.80% 87.35% +0.55%
==========================================
Files 114 117 +3
Lines 9241 9620 +379
Branches 930 962 +32
==========================================
+ Hits 8022 8404 +382
+ Misses 1205 1201 -4
- Partials 14 15 +1 ☔ View full report in Codecov by Sentry. |
@Timeraa This work is done! I'll provide some examples to help you get started with the devtools soon... |
Sounds good! |
This closes #665.
See new docs to get started with modules: https://deploy-preview-672--creative-fairy-df92c4.netlify.app/guide/go-further/reusable-modules.html or if this is already merged, https://wxt.dev/guide/go-further/reusable-modules.html
Todo
defineWxtModule
wxt.config.ts
InlineConfig
interface so devs get type hints insidewxt.config.ts
addPublicAssets
addViteConfig
addEntrypoint
addWxtPlugin