Answers for "error: a partials dir must be a string or config object"

0

error: a partials dir must be a string or config object

const handlebarOptions = {
  viewEngine: {
    extName: '.hbs',
    partialsDir: 'src/path',
    layoutsDir: 'src/path',
    defaultLayout: 'email.hbs',
  },
  viewPath: 'src/path',
  extName: '.hbs',
};

transporter.use('compile', hbs(handlebarOptions));
Posted by: Guest on August-03-2021

Code answers related to "error: a partials dir must be a string or config object"

Browse Popular Code Answers by Language