-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(dev-deps): patch addon-webpack5-compiler-swc (#8086)
- Loading branch information
1 parent
a739d46
commit 86648b8
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.11 | ||
22 |
9 changes: 9 additions & 0 deletions
9
.yarn/patches/@storybook-addon-webpack5-compiler-swc-npm-1.0.5-dbab81c473.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff --git a/preset.js b/preset.js | ||
index c01b8800eaaee4c44ee8254b79993b74d12bdcbd..847999db8b09675ef90b7fc44b1cc968d00417d5 100644 | ||
--- a/preset.js | ||
+++ b/preset.js | ||
@@ -1 +1,2 @@ | ||
-module.exports = require('./dist/preset.cjs'); | ||
\ No newline at end of file | ||
+import preset from "./dist/preset.cjs"; | ||
+export default preset; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters