We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971162c commit a6e720dCopy full SHA for a6e720d
1 file changed
packages/dev/s2-docs/src/StackBlitz.tsx
@@ -80,7 +80,7 @@ function getFiles(
80
'tailwindcss-animate': '^1'
81
} : {}),
82
...(type === 's2' ? {
83
- 'unplugin-parcel-macros': '^0.1.2-alpha.1'
+ 'unplugin-parcel-macros': '^0.2.0'
84
} : {})
85
}
86
}, null, 2) + '\n',
0 commit comments