underscore-template-loader
underscore-template-loader copied to clipboard
Cannot output a value that is not escaped to the template
Hello, I am having some problems with this loader. I need to output unescaped data in this div, but it always bothers me for a long time. We look forward to your reply. code snippet: `
` errors: `errors: Template execution failed: ReferenceError: _ is not defined `
Add this to options of loader
{
...
engine: 'lodash',
}