Skip to content

Commit

Permalink
chore: exclude styles from optimizeDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Sep 6, 2024
1 parent caf4f4b commit f1983f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/documentation/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export default {
'@storybook/theming',
'@storybook/addon-links',
],
exclude: ['@swisspost/design-system-styles'],
},
};
2 changes: 1 addition & 1 deletion packages/styles/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ gulp.task('build-components', () => {
*/
gulp.task('sass:dev', () => {
return gulp
.src('./src/post-*.scss')
.src('./src/*.scss')
.pipe(
gulpSass({
includePaths: options.includePaths,
Expand Down

0 comments on commit f1983f3

Please sign in to comment.