Open
Description
When using the following
"browserify": {
"transform": [
"babelify",
[
"stringify",
{
"extensions": [
".html"
]
}
]
]
}
my bundle has \n instead of \n, in all my .html files, and any escaped chars have . So there seems to be one too many back slashes throughout my templates.
Any idea or suggestion how I could fix this?
(works as expected with watchify)
Metadata
Assignees
Labels
No labels