Skip to content

Commit

Permalink
chore: remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
basilgood committed Aug 2, 2024
1 parent e212a0c commit 699b7cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 338 deletions.
12 changes: 0 additions & 12 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import rollupCommonjs from '@rollup/plugin-commonjs';
import esbuild from 'rollup-plugin-esbuild';

/** @type { import('@storybook/web-components-vite').StorybookConfig } */
const config = {
stories: ['../stories/**/*.stories.{js,ts,mdx}'],
Expand All @@ -14,15 +11,6 @@ const config = {
core: {
disableTelemetry: true,
},
/* Try to make the build parse TS files */
async rollupFinal(config) {
// add extra configuration for rollup
// e.g. a new plugin
config.plugins.push(rollupCommonjs({}));
config.plugins.push(esbuild({}));

return config;
},
staticDirs: ['../stories/images'],
};

Expand Down
Loading

0 comments on commit 699b7cd

Please sign in to comment.