feat(editor): Upgrade to Storybook v7 (no-changelog) (#5454)

Storybook 6 + Webpack 4 are pulling in a lot of dependencies that are blocking us from supporting node 18.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-14 12:44:13 +01:00
committed by GitHub
parent f9d8248dbd
commit f7cbd6b17e
3 changed files with 1542 additions and 3280 deletions

View File

@@ -1,9 +1,13 @@
const path = require('path');
/**
* @type {import('@storybook/core-common').StorybookConfig}
* @type {import('@storybook/types').StorybookConfig}
*/
module.exports = {
framework: {
name: '@storybook/vue-webpack5',
options: {},
},
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.{ts,js}'],
addons: [
'@storybook/addon-links',