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

feat: Add config to customize outDir #258

Merged
merged 1 commit into from
Dec 4, 2023
Merged

feat: Add config to customize outDir #258

merged 1 commit into from
Dec 4, 2023

Conversation

aklinker1
Copy link
Collaborator

@aklinker1 aklinker1 commented Dec 4, 2023

This closes #257.

// wxt.config.ts
import { defineConfig } from 'wxt';

export default defineConfig({
  outDir: "dist",
});

Copy link

netlify bot commented Dec 4, 2023

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 410045f
🔍 Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/656df488c67370000841061d
😎 Deploy Preview https://deploy-preview-258--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aklinker1 aklinker1 self-assigned this Dec 4, 2023
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (7cef768) 64.28% compared to head (410045f) 64.31%.

Files Patch % Lines
src/core/utils/building/get-internal-config.ts 28.57% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
+ Coverage   64.28%   64.31%   +0.02%     
==========================================
  Files          76       76              
  Lines        6029     6039      +10     
  Branches      489      490       +1     
==========================================
+ Hits         3876     3884       +8     
- Misses       2116     2118       +2     
  Partials       37       37              

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

@aklinker1 aklinker1 merged commit 397e9a8 into main Dec 4, 2023
16 checks passed
@aklinker1 aklinker1 deleted the out-dir-option branch December 4, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting the output directory
1 participant