Skip to content

Commit

Permalink
Storybook development fixes (#346)
Browse files Browse the repository at this point in the history
* upgraded storybook + disabled on demand story loading

* renabled auto open browser window for storybook dev

* removed testing log for element registration

* reverted storybook upgrade
  • Loading branch information
kpal81xd authored Feb 22, 2024
1 parent a3528bd commit 5632848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const config = {
return config;
},

core: {},
features: {
storyStoreV7: false,
},

framework: {
name: '@storybook/react-webpack5',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lint": "eslint --ext .ts,.tsx src",
"lint:styles": "stylelint src/**/*.scss",
"serve:docs": "serve docs/_site",
"storybook": "storybook dev",
"storybook": "storybook dev -p 9000",
"test": "node --test",
"watch": "rollup -c -w",
"watch:es6": "rollup -c -w --environment target:es6",
Expand Down

0 comments on commit 5632848

Please sign in to comment.