Skip to content

Commit

Permalink
feat: use Rollup (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Nov 5, 2024
1 parent 82b5203 commit 2b31b05
Show file tree
Hide file tree
Showing 13 changed files with 2,588 additions and 4,761 deletions.
2 changes: 0 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import autoprefixer from 'autoprefixer'
import path from 'path'
import tailwindcss from 'tailwindcss'
import { mergeConfig } from 'vite'
import svgr from 'vite-plugin-svgr'

const config: StorybookConfig = {
'stories': ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
Expand All @@ -14,7 +13,6 @@ const config: StorybookConfig = {
},
async viteFinal(config) {
const newConfig = mergeConfig(config, {
plugins: [svgr()],
css: {
postcss: {
plugins: [tailwindcss(), autoprefixer()],
Expand Down
Loading

0 comments on commit 2b31b05

Please sign in to comment.