underscore-template-loader icon indicating copy to clipboard operation
underscore-template-loader copied to clipboard

audio tags are not getting processed

Open Saravanan90 opened this issue 6 years ago • 1 comments

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

Saravanan90 avatar Mar 27 '18 14:03 Saravanan90

Hi @Saravanan90

Could you please provide an example of audio tag that you tried to process? And what you get as result

idudinov avatar Oct 18 '18 09:10 idudinov