Skip to content

Commit 30e28bb

Browse files
authored
Cut patch (#1270)
* Dummy * Create perfect-seahorses-accept.md
1 parent a703733 commit 30e28bb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .changeset/perfect-seahorses-accept.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'spectacle': patch
3+
---
4+
5+
Re-run 10.1.0 release to fix wireit cache failure.

Diff for: packages/spectacle/tsup.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
'react-dom': 'window.ReactDOM'
2525
})
2626
],
27+
2728
esbuildOptions: (options, context) => {
2829
if (context.format === 'iife') {
2930
options.minify = true;

0 commit comments

Comments
 (0)