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)