mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
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:
committed by
GitHub
parent
f9d8248dbd
commit
f7cbd6b17e
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user