mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
ci: run some optimize on CI e2e (#11330)
This commit is contained in:
@@ -396,7 +396,7 @@ export function createWebpackConfig(
|
||||
);
|
||||
}
|
||||
|
||||
if (flags.mode === 'development') {
|
||||
if (flags.mode === 'development' && !IN_CI) {
|
||||
config.optimization = {
|
||||
...config.optimization,
|
||||
minimize: false,
|
||||
|
||||
Reference in New Issue
Block a user