I need help figuring out how to remove all lines of code that start with #include. Here's an example:
#include 'utils/namespace.js'
#include 'utils/constants.js'
#include 'utils/helpers.js'
#include 'utils/json2.js'
#include 'utils/polifill.js'
If you have any suggestions, please let me know. Thank you!