mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
Merge pull request #14840 from inokawa/patch-1
Remove unused import from snippet
This commit is contained in:
commit
831226ef18
@ -1,8 +1,6 @@
|
||||
```js
|
||||
// .storybook/main.js
|
||||
|
||||
const path = require('path');
|
||||
|
||||
// your app's webpack.config.js
|
||||
const custom = require('../webpack.config.js');
|
||||
|
||||
@ -11,4 +9,4 @@ module.exports = {
|
||||
return { ...config, module: { ...config.module, rules: custom.module.rules } };
|
||||
},
|
||||
};
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user