Skip to content

Commit

Permalink
revert: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Dec 29, 2021
1 parent 15f840d commit f6a4d0d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"typescript": "^4.5.4",
"virtual-dom": "^2.1.1",
"vite": "^2.7.9",
"vite-plugin-compile-time": "^0.1.2",
"vite-plugin-legacy": "^2.1.0",
"vitest": "^0.0.119",
"zx": "^4.2.0"
Expand Down
18 changes: 0 additions & 18 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { resolve } from 'path';
import { defineConfig } from 'vite';
import compileTime from 'vite-plugin-compile-time';

export default defineConfig({
root: 'dev',
Expand All @@ -18,5 +17,4 @@ export default defineConfig({
watch: false,
environment: 'jsdom',
},
plugins: [compileTime()],
});

0 comments on commit f6a4d0d

Please sign in to comment.