Closed danielroe closed 3 weeks ago
Context
https://github.com/nuxt/assets/commit/03416341f7664f232da121deebb2fb53ab3dd864 https://github.com/nuxt/nuxt/issues/22383
Bug
HTML entities are decoded in the process:
<div> <NuxtWelcome /> </div>
gets transformed to:
<div> <NuxtWelcome /> </div>
Reproduction
https://stackblitz.com/edit/stackblitz-starters-3vqjhj?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome's%20V8%20JavaScript%20engine&file=index.js,package.json&title=node.new%20Starter
I think this was likely resolved in https://github.com/GoogleChromeLabs/critters/pull/133.
Context
https://github.com/nuxt/assets/commit/03416341f7664f232da121deebb2fb53ab3dd864 https://github.com/nuxt/nuxt/issues/22383
Bug
HTML entities are decoded in the process:
gets transformed to:
Reproduction
https://stackblitz.com/edit/stackblitz-starters-3vqjhj?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome's%20V8%20JavaScript%20engine&file=index.js,package.json&title=node.new%20Starter