Big update
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"build-dev": "webpack --mode development && npm postbuild",
|
||||
"build": "webpack --mode production",
|
||||
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/static/frontend",
|
||||
"postbuild": "rsync -avu --delete dist/ ../backend/static/frontend",
|
||||
"start": "webpack-dev-server --mode development",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
@@ -16,6 +16,8 @@
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.9.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-proposal-decorators": "^7.10.5",
|
||||
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||
"@babel/preset-env": "^7.9.6",
|
||||
"@babel/preset-react": "^7.9.4",
|
||||
"@babel/preset-typescript": "^7.9.0",
|
||||
|
||||
Reference in New Issue
Block a user