Skip to content

Commit f5ccfea

Browse files
committed
Merge tag '25.1.3' into develop
Use experimental NG_BUILD_OPTIMIZE_CHUNKS flag
2 parents 06b8657 + f4f6f86 commit f5ccfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm install
99
COPY . .
1010

1111
RUN npm link @angular/cli
12-
RUN ng build --verbose
12+
RUN NG_BUILD_OPTIMIZE_CHUNKS=1 ng build --verbose
1313

1414
# Dist
1515
FROM node:22-alpine AS dist

0 commit comments

Comments
 (0)