Browse Source

feat(conf): disable FROM_NPM_LOCKFILES logic
e4ed06d919d0a10c836deb466f29723dfa01b63a

zaverden 6 months ago
parent
commit
f7e19932f2
1 changed files with 3 additions and 2 deletions
  1. 3 2
      build/conf/ts/node_modules.conf

+ 3 - 2
build/conf/ts/node_modules.conf

@@ -46,9 +46,10 @@ module NPM_CONTRIBS: _BARE_UNIT {
 ###
 ### @see [NPM_CONTRIBS()](#module_NPM_CONTRIBS)
 macro FROM_NPM_LOCKFILES(LOCKFILES...) {
-    SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS $LOCKFILES)
+    # SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS $LOCKFILES)
     # See implementation in build/plugins/nots.py
-    _FROM_NPM_LOCKFILES($LOCKFILES)
+    # _FROM_NPM_LOCKFILES($LOCKFILES)
+    MESSAGE("NPM_CONTRIBS and FROM_NPM_LOCKFILES are disabled. Please exclude them from your build process")
 }
 
 FROM_NPM_CWD=$ARCADIA_BUILD_ROOT/$NPM_CONTRIBS_PATH