mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
mode argument removed from storybook webpack config
This commit is contained in:
parent
c9d77c0c17
commit
7f7fc87f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const appConfig = require('../webpack.config.js');
|
||||
|
||||
module.exports = async ({ config: storybookConfig, mode }) => {
|
||||
module.exports = async ({ config: storybookConfig }) => {
|
||||
storybookConfig.module = {
|
||||
...storybookConfig.module
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue