add note to README about avoiding plugin execution on build
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 90/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- javascript, typescript
- Domain
- documentation
Research direction
Start with README and find the plugin configuration example or setup guidance. Add the provided Vite apply: 'serve' example and explanation, then verify that the note clearly shows how to prevent the plugin from running during production builds.
Written by the indexing model from the issue text.
Description
The @vitejs/plugin-basic-ssl plugin is only needed for local development. However, if added normally to vite.config.js.
Please add a quick note to the README showing users how to stop this by using Vite's apply: 'serve' property.
import { defineConfig } from 'vite';
import basicSsl from '@vitejs/plugin-basic-ssl';
export default defineConfig({
plugins: [
{
...basicSsl(),
apply: 'serve' // Prevents running during production builds
}
]
});
- Dominant language
- TypeScript
- Stars
- 517
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from vitejs/vite-plugin-basic-ssl
-
Dependency Dashboard Open
Difficulty 4/5 3-5 days Newbie friendliness 15/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
vitejs/vite-plugin-basic-ssl#17 · 3 comments · 3 reactions ·
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
vitejs/vite-plugin-basic-ssl#14 · 3 comments ·
-
Invalid certificate Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
vitejs/vite-plugin-basic-ssl#6 · 2 comments · 10 reactions ·
All issues in vitejs/vite-plugin-basic-ssl
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·