diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-14 13:48:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-20 16:07:05 +0200 |
| commit | b81f984e98f12742c645787f28ac483ac85c8843 (patch) | |
| tree | 38058fe543c76cbe66ea33fd9dc4cfc4f4c4d8c6 /opendc-web/opendc-web-ui/next.config.js | |
| parent | 48d43a83f675db8f5f13755081e56b3cde1a7207 (diff) | |
build(web/ui): Update dependencies
This change updates the dependencies of the OpenDC web interface were
possible. We remain on React 17 until PatternFly adds support for the
new React version.
Diffstat (limited to 'opendc-web/opendc-web-ui/next.config.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/next.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opendc-web/opendc-web-ui/next.config.js b/opendc-web/opendc-web-ui/next.config.js index d8029108..a8588769 100644 --- a/opendc-web/opendc-web-ui/next.config.js +++ b/opendc-web/opendc-web-ui/next.config.js @@ -29,9 +29,6 @@ const withConfig = withGlobalCss() module.exports = (phase) => withConfig({ basePath: process.env.NEXT_BASE_PATH && '/' + process.env.NEXT_BASE_PATH, reactStrictMode: true, - experimental: { - eslint: true - }, distDir: phase === PHASE_DEVELOPMENT_SERVER ? 'build/next-dev' : 'build/next', async redirects() { return [ |
