Skip to content

Commit

Permalink
Remove babel from server
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarvm committed Dec 14, 2021
1 parent 6d8c5a0 commit a4c4823
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 636 deletions.
8 changes: 1 addition & 7 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "app.js",
"type": "module",
"scripts": {
"server": "node app.js",
"babel": "babel . -d .babel --ignore node_modules,.babel,postbabel.js --plugins=@babel/plugin-transform-modules-commonjs && node scripts/postbabel.js"
"server": "node app.js"
},
"author": "",
"license": "ISC",
Expand All @@ -22,10 +21,5 @@
"mongoose": "^5.13.3",
"morgan": "^1.10.0",
"nodemailer": "^6.6.3"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-modules-commonjs": "^7.15.4"
}
}
Loading

0 comments on commit a4c4823

Please sign in to comment.