Skip to content

Commit

Permalink
chore: remove webpack-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Aug 4, 2023
1 parent 7e1cf0d commit 80c43d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
value: ${{ secrets.STYLESHEET_URL }}
ports: ${{ secrets.PORT }}
install: npm ci
build: npx webpack --config webpack.common.js
build: npx webpack --config webpack.config.js
start: node dist/bundle.js
healthz: /health
context:
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"description": "node server for ssr",
"main": "dist/bundle.js",
"scripts": {
"dev:watch": "webpack --config webpack.dev.js --watch",
"dev:watch": "webpack --config webpack.config.js --watch",
"dev:serve": "node --watch dist/bundle.js",
"dev": "NODE_ENV=development npm-run-all --parallel dev:*"
},
Expand Down Expand Up @@ -37,8 +37,7 @@
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@koa/router": "^12.0.0",
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions webpack.dev.js

This file was deleted.

0 comments on commit 80c43d4

Please sign in to comment.