Friday, 12 April 2019

Run webpack from within installed package, outputting to project folder

Is it possible to run a bin script 'inside' an installed package (specifying the cwd for childProcess.spawn), and have the output of the script (e.g., the webpack build output) be in the dependent project?/proj_a /proj_b /node_modules/proj_a/bin/thescript.js /outputDir

Submitted April 12, 2019 at 06:13PM by hkycoach

No comments:

Post a Comment