Skip to content

Commit 5c5ca78

Browse files
author
baymer
committed
Добавить .next в TS_COMMON_OUTDIR_GLOB
commit_hash:a3c77d84cc52bb05bfe3ce3e199beba5fe41fe3c
1 parent 7ae5245 commit 5c5ca78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/conf/ts/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ NOTS_TOOL_COMMON_BUILDER_ARGS=\
7676
ERM_PACKAGES_PATH=devtools/frontend_build_platform/erm/erm-packages.json
7777

7878
TS_EXCLUDE_DIR_GLOB=(.idea|.vscode|node_modules)/**/*
79-
TS_COMMON_OUTDIR_GLOB=(build|dist|bundle|\${join=|:WEBPACK_OUTPUT_DIR}|\${join=|:TS_NEXT_OUTPUT_DIR}|$VITE_OUTPUT_DIR)/**/*
79+
TS_COMMON_OUTDIR_GLOB=(build|dist|bundle|.next|\${join=|:WEBPACK_OUTPUT_DIR}|\${join=|:TS_NEXT_OUTPUT_DIR}|$VITE_OUTPUT_DIR)/**/*
8080

8181
TS_GLOB_EXCLUDE_ADDITIONAL=
8282

0 commit comments

Comments
 (0)