Skip to content
Snippets Groups Projects
Unverified Commit da4a9195 authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

ci: storybook build-preview breaking (#35255)

parent a6a8f27b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ export default {
addons: [
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('storybook-dark-mode'),
getAbsolutePath('@storybook/addon-webpack5-compiler-babel'),
'./webpackAddon',
getAbsolutePath('@storybook/addon-styling-webpack'),
],
......
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
export * from '@storybook/addon-webpack5-compiler-babel/preset';
......@@ -4,11 +4,7 @@ import type { StorybookConfig } from '@storybook/react-webpack5';
const config: StorybookConfig = {
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@storybook/addon-webpack5-compiler-babel'),
getAbsolutePath('@storybook/addon-styling-webpack'),
],
addons: [getAbsolutePath('@storybook/addon-essentials'), './webpackAddon', getAbsolutePath('@storybook/addon-styling-webpack')],
framework: {
name: getAbsolutePath('@storybook/react-webpack5'),
......
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
export * from '@storybook/addon-webpack5-compiler-babel/preset';
......@@ -4,11 +4,7 @@ import type { StorybookConfig } from '@storybook/react-webpack5';
const config: StorybookConfig = {
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@storybook/addon-webpack5-compiler-babel'),
getAbsolutePath('@storybook/addon-styling-webpack'),
],
addons: [getAbsolutePath('@storybook/addon-essentials'), './webpackAddon', getAbsolutePath('@storybook/addon-styling-webpack')],
framework: {
name: getAbsolutePath('@storybook/react-webpack5'),
......
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
export * from '@storybook/addon-webpack5-compiler-babel/preset';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment