Skip to content
Snippets Groups Projects
Commit a036795c authored by Martin Weise's avatar Martin Weise
Browse files

remove the dependency again and use legacy mode

Former-commit-id: d7aa9db9
parent c2626167
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -58,7 +58,7 @@ build-docker-sandbox: config-docker ...@@ -58,7 +58,7 @@ build-docker-sandbox: config-docker
docker-compose -f docker-compose.prod.yml build docker-compose -f docker-compose.prod.yml build
build-frontend: build-frontend:
npm --prefix ./fda-ui install npm --prefix ./fda-ui install --legacy-peer-deps
npm --prefix ./fda-ui run build npm --prefix ./fda-ui run build
build: clean build-backend build-frontend build-docker build: clean build-backend build-frontend build-docker
......
...@@ -111,14 +111,6 @@ export default { ...@@ -111,14 +111,6 @@ export default {
}, },
build: { build: {
loaders: {
sass: {
implementation: require('sass')
},
scss: {
implementation: require('sass')
}
},
babel: { babel: {
presets (env, [preset, options]) { presets (env, [preset, options]) {
return [ return [
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
"jest": "^27.0.2", "jest": "^27.0.2",
"jsdom": "^16.6.0", "jsdom": "^16.6.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"node-sass": "^5.0.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"playwright": "^1.14.0", "playwright": "^1.14.0",
"require-extension-hooks": "^0.3.3", "require-extension-hooks": "^0.3.3",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment