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;
|
return config;
|
||||||
},
|
},
|
||||||
|
swcMinify: true,
|
||||||
|
compress: false,
|
||||||
|
outputFileTracing: false,
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
// productionBrowserSourceMaps: true
|
generateEtags: false,
|
||||||
// experimental: {
|
optimizeFonts: false,
|
||||||
// concurrentFeatures: true,
|
|
||||||
// },
|
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user