Skip to content

Commit 14aee29

Browse files
committed
fix unreleased typo, update storybook rules
1 parent 57eaf5a commit 14aee29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.storybook/main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ module.exports = {
7979
...extraRules,
8080
];
8181

82+
config.module.rules.push({
83+
test: /\.mjs$/,
84+
include: /node_modules/,
85+
type: 'javascript/auto',
86+
});
87+
8288
config.resolve.alias = {
8389
...config.resolve.alias,
8490
'@shopify/polaris': path.resolve(__dirname, '..', 'src'),

UNRELEASED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
2828

2929
### Dependency upgrades
3030

31-
- Added `@shopify/react-hooks v1.13.0 ([#4173](https://github.com/Shopify/polaris-react/pull/4173))
31+
- Added `@shopify/react-hooks` v1.13.0 ([#4173](https://github.com/Shopify/polaris-react/pull/4173))
3232

3333
### Code quality
3434

0 commit comments

Comments
 (0)