Skip to content

Commit

Permalink
webpack 常に使うパッケージに変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jan 16, 2024
1 parent 9ef4e20 commit a09eb79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"mini-css-extract-plugin": "^2.7.7",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"stimulus": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"eslint": "^7.22.0",
"stimulus": "^2.0.0",
"webpack": "^5.89.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.7.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"eslint": "^7.22.0"
},
"scripts": {
"dev": "webpack --progress --color --mode=development",
"server": "webpack serve --color --mode=development"
Expand Down

0 comments on commit a09eb79

Please sign in to comment.