Skip to content

Commit

Permalink
Disable swcMinify because of react-tooltip bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Mar 29, 2023
1 parent ec94a9f commit 81eb998
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 27 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const nextConfig = {
reactStrictMode: true,
swcMinify: true,
swcMinify: false,
output: 'standalone',
}

Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.4",
"react-slider": "^2.0.4",
"react-tooltip": "^5.10.0",
"react-tooltip": "^5.10.1",
"socket.io": "^4.5.2",
"uuid": "^9.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions public/config/config.production.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
window.CONFIG = {
PRODUCT_NAME: 'NethVoice',
COMPANY_NAME: 'Nethesis',
COMPANY_URL: 'https://www.nethesis.it/',
API_ENDPOINT: 'nethvoice.nethesis.it/',
API_SCHEME: 'https://',
}

0 comments on commit 81eb998

Please sign in to comment.