From 0f95f9fc730c81539f33448ac917cc0c8e0d4044 Mon Sep 17 00:00:00 2001 From: andrewquang512 Date: Sat, 11 Nov 2023 17:37:37 +0700 Subject: [PATCH] Rollback --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 284b1b1..396ab35 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "prisma_db_push": "prisma db push --schema=./src/prisma/schema.prisma", "dev": "nodemon src/index", "start": "node src/index", - "build_temp": "webpack --config webpack.config.js", - "build": "babel ./src --out-dir dist" + "build": "webpack --config webpack.config.js", + "build_temp": "babel ./src --out-dir dist" }, "repository": { "type": "git", @@ -43,8 +43,6 @@ "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.3", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-class-properties": "^7.23.3", "@babel/plugin-transform-object-rest-spread": "^7.23.3", "@babel/preset-env": "^7.23.3",