Skip to content

Commit

Permalink
import mkcert from'vite-plugin-mkcert
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmi21 committed Aug 26, 2024
1 parent 79f25aa commit 7383296
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 243 deletions.
240 changes: 0 additions & 240 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"vite": "^5.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^1.3.0",
"vitest-github-actions-reporter": "^0.11.1",
Expand Down
2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import svgr from "vite-plugin-svgr";
import cssInjectedByJsPlugin from "vite-plugin-css-injected-by-js";
import GithubActionsReporter from "vitest-github-actions-reporter";
import dts from "vite-plugin-dts";
import mkcert from "vite-plugin-mkcert";

export default defineConfig({
plugins: [
Expand All @@ -15,7 +14,6 @@ export default defineConfig({
insertTypesEntry: true,
include: ["src"],
}),
mkcert(),
],
test: {
environment: "jsdom",
Expand Down

0 comments on commit 7383296

Please sign in to comment.