So, this is speaking more to a local package that I’ve already brought in to node_modules
, and not worried about fetching the package itself, but more concerned with importing those files at build time into Hugo.
For example, an npm package I have installed into node_odules has a *.js file that I want to include into Hugo’s /static folder, but I want it to constantly check for or import that file whenever I run the hugo
command.
Possible? Or does your answer address this as well?