I tried using the following config:
use: [{
loader: 'underscore-template-loader',
query: {
root: path.resolve(rootDir, 'public'),
attributes: ['source:src']
}
}]
Still, audio tags are not getting processed.
Is anything wrong in config? Kindly resolve