ProjectEvergreen / greenwood

Greenwood is your full-stack workbench for the web, focused on supporting modern web standards and development to help you create your next project.
https://www.greenwoodjs.io
MIT License
95 stars 9 forks source link

Bug/issue 1154 inline template strings in SSR page templates break bundling #1155

Closed thescientist13 closed 9 months ago

thescientist13 commented 9 months ago

Related Issue

resolves #1154

Summary of Changes

  1. Proper escaping for packing / bundling of template contents in SSR page bundles
  2. Added / updates test cases