Skip to content

Commit

Permalink
addon-knobs without /register
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco committed Oct 6, 2021
1 parent 842bb3f commit 9de53d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/storybook/amp-env/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'@storybook/addon-controls/register',
// TODO(#35923): Remove addon-knobs once all stories are migrated to
// addon-controls (args/argTypes).
'@storybook/addon-knobs/register',
'@storybook/addon-knobs',
'@ampproject/storybook-addon',
],
managerWebpack: (config) => {
Expand Down
2 changes: 1 addition & 1 deletion build-system/tasks/storybook/preact-env/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'@storybook/addon-controls/register',
// TODO(#35923): Remove addon-knobs once all stories are migrated to
// addon-controls (args/argTypes).
'@storybook/addon-knobs/register',
'@storybook/addon-knobs',
],
managerWebpack: (config) => {
return webpackConfigNoChunkTilde(config);
Expand Down

0 comments on commit 9de53d6

Please sign in to comment.