Skip to content

Commit

Permalink
chore: 불 필요한 패키지 및 babel config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Mar 27, 2023
1 parent 35ca059 commit 7d20ff5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 236 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
presets: [
'minify',
'@babel/preset-env',
['@babel/preset-env', { useBuiltIns: 'usage', corejs: 3 }],
'@babel/preset-typescript',
'@babel/preset-react',
],
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"homepage": "http://ssi02014.github.io/react-thumbnail-generator",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
Expand All @@ -50,8 +49,7 @@
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-preset-minify": "^0.5.2",
"core-js": "^3.28.0",
"core-js": "^3.29.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
Expand Down
Loading

0 comments on commit 7d20ff5

Please sign in to comment.