mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
feat(server-dev): Optimise dev server next build time.
This commit is contained in:
parent
1a8699a012
commit
34aa84acf9
@ -23,11 +23,12 @@ module.exports = withLess({
|
||||
}
|
||||
return config;
|
||||
},
|
||||
swcMinify: true,
|
||||
compress: false,
|
||||
outputFileTracing: false,
|
||||
poweredByHeader: false,
|
||||
// productionBrowserSourceMaps: true
|
||||
// experimental: {
|
||||
// concurrentFeatures: true,
|
||||
// },
|
||||
generateEtags: false,
|
||||
optimizeFonts: false,
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user