-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #478 from woowacourse-teams/fix/477-remove-console…
…-log 불필요한 `console.log` 삭제
- Loading branch information
Showing
34 changed files
with
2,362 additions
and
1,887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
"solo5star <[email protected]>" | ||
], | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development webpack serve", | ||
"build": "cross-env NODE_ENV=production webpack", | ||
"start": "cross-env NODE_ENV=development webpack serve --config webpack.development.js", | ||
"build": "cross-env NODE_ENV=production webpack --config webpack.production.js", | ||
"storybook": "cross-env NODE_ENV=development storybook dev -p 6006", | ||
"build:storybook": "cross-env NODE_ENV=production storybook build", | ||
"cypress:open": "cypress open --e2e --browser chrome", | ||
|
@@ -23,7 +23,7 @@ | |
"axios": "^1.4.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^4.10.1", | ||
"react-icons": "^4.11.0", | ||
"react-router-dom": "^6.14.1", | ||
"styled-components": "^6.0.2" | ||
}, | ||
|
@@ -74,6 +74,7 @@ | |
"stylelint-order": "^6.0.3", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.1", | ||
"webpack-bundle-analyzer": "^4.9.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
"webpack-merge": "^5.9.0" | ||
|
File renamed without changes.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.