I use `node_module` target to build the frontend a...
# general
r
I use
node_module
target to build the frontend application and see that it's built and the build directory is in the
.pants.d
directory, however I would like to embed what's built into a Python application and the produced build is not getting included. I'm new to Pants, I feel like I might be missing something.