mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
deps: migrate to next 15
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
893da0142c
commit
b27f195e30
14 changed files with 1413 additions and 411 deletions
|
@ -95,10 +95,7 @@ const rawNextConfig = {
|
|||
])
|
||||
},
|
||||
output: 'standalone',
|
||||
swcMinify: true,
|
||||
experimental: {
|
||||
outputFileTracingRoot: path.join(__dirname, '../')
|
||||
},
|
||||
outputFileTracingRoot: path.join(__dirname, '../'),
|
||||
productionBrowserSourceMaps: true
|
||||
}
|
||||
const completeNextConfig = withBundleAnalyzer(rawNextConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue