Making specific modules
#18428
-
Is there a way when I run make to exclude certain node_modules from being made? Such as if I don't want Applications node_module to be done with Makefile, is it possible to comment out code in the Makefile, compile_commands.json, or webpack.config.js (one or all) to make this change? |
Beta Was this translation helpful? Give feedback.
Answered by
jelly
Feb 28, 2023
Replies: 1 comment 3 replies
-
If I understand you correctly and you only want to work on a certain page for example |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
martinpitt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand you correctly and you only want to work on a certain page for example
kdump
, then after the initialmake
you can run./tools/webmake-make kdump
. However make should really only re-compile what was changed.