mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: disable template literals in loadash template (#3753)
This commit is contained in:
parent
280983fa88
commit
565ab7086a
@ -403,7 +403,8 @@ export default class Builder {
|
||||
resolvePath: this.nuxt.resolvePath,
|
||||
resolveAlias: this.nuxt.resolveAlias,
|
||||
relativeToBuild: this.relativeToBuild
|
||||
}
|
||||
},
|
||||
interpolate: /<%=([\s\S]+?)%>/g
|
||||
})
|
||||
content = template(
|
||||
Object.assign({}, templateVars, {
|
||||
|
Loading…
Reference in New Issue
Block a user