From d7f8e846e8cacc7d42c633d95d4ca4b3df56bf5a Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Wed, 29 Jun 2022 20:11:18 +0530 Subject: [PATCH] =?UTF-8?q?build(sb):=20=F0=9F=92=9A=20remove=20the=20optm?= =?UTF-8?q?isation=20since=20affecting=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .storybook/main.ts | 1 - package.json | 1 - yarn.lock | 5 +++++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 5048e371..c9071d9f 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -17,7 +17,6 @@ const config = { }, }, }, - "storybook-addon-turbo-build", ], }; diff --git a/package.json b/package.json index 40e0f966..a2eaf766 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,6 @@ "size-limit": "5.0.5", "sort-package-json": "1.57.0", "storybook-addon-preview": "2.2.0", - "storybook-addon-turbo-build": "^1.1.0", "tailwindcss": "3.1.4", "ts-node": "10.8.1", "tslib": "2.4.0", diff --git a/yarn.lock b/yarn.lock index 389565e5..ccdecfb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19490,6 +19490,11 @@ svgo@^2.3.0: nanocolors "^0.1.12" stable "^0.1.8" +swc-loader@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/swc-loader/-/swc-loader-0.2.3.tgz#6792f1c2e4c9ae9bf9b933b3e010210e270c186d" + integrity sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A== + symbol-tree@^3.2.4: version "3.2.4" resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"