emaphp / underscore-template-loader

A Underscore and Lodash template loader for Webpack
MIT License
104 stars 24 forks source link

audio tags are not getting processed #30

Open Saravanan90 opened 6 years ago

Saravanan90 commented 6 years ago

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

idudinov commented 5 years ago

Hi @Saravanan90

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