diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:49:50 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 18:00:23 +0000 |
| commit | 19ea970958eea3dc688c631f7ac0ec7818f2689f (patch) | |
| tree | 549bb3ad73d392a1ec50d1a34fd8cf8d7809267a /client/package.json | |
| parent | Merge server and client repositories (diff) | |
| download | fedidag-19ea970958eea3dc688c631f7ac0ec7818f2689f.tar.gz fedidag-19ea970958eea3dc688c631f7ac0ec7818f2689f.zip | |
(re)Dockerize!
Diffstat (limited to 'client/package.json')
| -rw-r--r-- | client/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index 8a66943..a3a69f3 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,6 @@ "version": "0.0.1", "scripts": { "start": "API_PREFIX=http://localhost:3000 webpack serve -w --host 0.0.0.0", - "cors": "node cors.js", "build": "webpack --config ./webpack.config.js --mode production --progress" }, "babel": { @@ -13,7 +12,9 @@ "plugins": [ [ "@babel/plugin-proposal-decorators", - { "decoratorsBeforeExport": false } + { + "decoratorsBeforeExport": false + } ], "@babel/plugin-proposal-class-properties", [ @@ -45,7 +46,6 @@ "html-webpack-plugin": "^4.5.0", "webpack": "^5.17.0", "webpack-cli": "^4.4.0", - "cors-anywhere": "^0.4.3", "webpack-dev-server": "^3.11.2" } } |
