Brunch Require With Node.js Modules
I have Brunch set up for ease of compiling JS together, but want to also be able to use a node.js module with require. After trying for a while, I'm stumped. I want to be able to
Solution 1:
Nodejs modules are not supported in brunch.
Post a Comment for "Brunch Require With Node.js Modules"