Skip to content

create-qwik

Latest
Compare
Choose a tag to compare
@shairez shairez released this 24 Sep 09:38
· 36 commits to main since this release

Patch Changes

  • 🐞🩹 set sideEffects: false to the lib template, otherwise there might be some side effects imports when building a consumer project. (by @gioboa in #7855)

  • 🐞🩹 fix up vscode settings merge. Use JSON5 to parse settings.json to prevent parsing errors. (by @gioboa in #7858)

  • πŸ›  use the new version of @croct/json5-parser to merge JSON5 and preserve comments (by @gioboa in #7884)