Skip to content

Commit

Permalink
build(npm): remove vite browser-sync plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Jul 24, 2024
1 parent 00227b4 commit 05a6c8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"vite": "^5.1.3",
"vite-plugin-browser-sync": "^3.0.0",
"vitest": "^1.2.2",
"vitest-axe": "^0.1.0"
}
Expand Down
2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { resolve } from "path";
import { defineConfig } from "vite";
import BrowserSync from "vite-plugin-browser-sync";
import { fileURLToPath, URL } from "url";
import process from "process";

Expand Down Expand Up @@ -49,7 +48,6 @@ const lib = {
};

export default defineConfig({
plugins: [BrowserSync()],
build: {
lib: lib[buildType] || lib.default,
emptyOutDir: false,
Expand Down

0 comments on commit 05a6c8e

Please sign in to comment.