Skip to content

Commit 86d830f

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in a3dbc2d according to the output from Prettier. Details: None
1 parent a3dbc2d commit 86d830f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.storybook/preview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ body {
2222
#storybook-docs {
2323
height: auto !important;
2424
overflow: auto !important;
25-
}
25+
}

webpack/webpack.common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ const config = {
161161
'@utils': path.resolve('./src/utils'),
162162
'@theme': path.resolve('./src/theme'),
163163
// 确保关键依赖只有一个实例,避免 zustand middleware 错误
164-
'zustand': path.resolve('./node_modules/zustand'),
165-
'immer': path.resolve('./node_modules/immer'),
166-
'react': path.resolve('./node_modules/react'),
164+
zustand: path.resolve('./node_modules/zustand'),
165+
immer: path.resolve('./node_modules/immer'),
166+
react: path.resolve('./node_modules/react'),
167167
'react-dom': path.resolve('./node_modules/react-dom'),
168168
},
169169
symlinks: false,

0 commit comments

Comments
 (0)