Answers for "get output dir from webpack options"

0

get output dir from webpack options

module.exports = (options, webpack) => {
   let outputFile = options.output.filename;
   let outputDir = path.dirname(outputFile);
   }
Posted by: Guest on April-02-2022

Browse Popular Code Answers by Language