Skip to content

Commit

Permalink
Webpack関連のscriptsをRspackのものに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Dec 12, 2023
1 parent f341df9 commit 0d4541c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"dev": "webpack-dev-server --mode=development",
"build": "rspack build --mode=production",
"dev": "rspack serve",
"format": "prettier --write './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"format:check": "prettier --check './**/*.{js,ts,json,yaml,yml,md,html,css,scss}' --ignore-path '.gitignore'",
"lint": "eslint './src/**/*.ts' --ignore-path '.gitignore'",
Expand Down

0 comments on commit 0d4541c

Please sign in to comment.