Skip to content

Commit

Permalink
use vite instead of webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 21, 2024
1 parent e415f32 commit edcc0bb
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 1,743 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:format": "prettier -c .",
"test:lint": "eslint .",
"test:types": "tsc -p . --noEmit",
"examples:01_counter": "DIR=01_counter EXT=tsx webpack serve"
"examples:01_counter": "DIR=01_counter vite"
},
"keywords": [
"react",
Expand Down Expand Up @@ -66,15 +66,12 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"vite": "^5.2.10"
},
"peerDependencies": {
"react": ">=18.0.0"
Expand Down
Loading

0 comments on commit edcc0bb

Please sign in to comment.