Skip to content

Commit 14e144f

Browse files
committed
Remove requirement of node port for ts loader.
1 parent 8e3ad9f commit 14e144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loaders/ts_loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Check if this loader is enabled
2-
if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_PORTS_NODE OR NOT OPTION_BUILD_LOADERS_TS)
2+
if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_LOADERS_TS)
33
return()
44
endif()
55

0 commit comments

Comments
 (0)