Skip to content

Commit

Permalink
Merge branch 'main' into fix/1490-datatable-misaligned-button-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Jan 16, 2024
2 parents b6d5226 + bdc5822 commit a9ac3c5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/documentation/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
// https://vitejs.dev/config/

/** @type {import('vite').UserConfig} */
export default {};
export default {
optimizeDeps: {
include: [
'@pxtrn/storybook-addon-docs-stencil',
'prettier',
'@storybook/components',
'react-syntax-highlighter/dist/esm/languages/prism/scss',
'react/jsx-dev-runtime',
'@storybook/blocks',
'prettier/parser-html',
'@storybook/theming',
'@storybook/addon-links',
],
},
};

0 comments on commit a9ac3c5

Please sign in to comment.