Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Remove vue-info storybook addon
Browse files Browse the repository at this point in the history
This is incompatible with the upcoming update to storybook 5.3.3 and
will be replaced with the storybook docs addon.

Change-Id: I6e36bf092e12b60b5ddd08b47664c7b120298501
  • Loading branch information
micgro42 committed Jan 14, 2020
1 parent 6dbba50 commit ae213e3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 767 deletions.
1 change: 0 additions & 1 deletion .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import 'storybook-addon-vue-info/lib/register';
import '@storybook/addon-a11y/register';
2 changes: 0 additions & 2 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { configure } from '@storybook/vue';
import { addDecorator } from '@storybook/vue';
import { withInfo } from 'storybook-addon-vue-info';
import { withA11y } from '@storybook/addon-a11y';
import './storybook-global.scss';

addDecorator( withInfo );
addDecorator( withA11y );

const req = require.context( '../stories', true, /\.js$/ );
Expand Down
5 changes: 0 additions & 5 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,5 @@ module.exports = async ( { config } ) => {
},
],
} );
config.module.rules.push( {
test: /\.vue$/,
loader: 'storybook-addon-vue-info/loader',
enforce: 'post',
} );
return config;
};
Loading

0 comments on commit ae213e3

Please sign in to comment.