Skip to content

Commit

Permalink
refactor(web-components): remove vite svg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Jan 14, 2025
1 parent e2e21cb commit de641ab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 136 deletions.
7 changes: 1 addition & 6 deletions packages/ibm-products-web-components/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { mergeConfig } from 'vite';
import { litStyleLoader, litTemplateLoader } from '@mordech/vite-lit-loader';
import viteSVGResultCarbonIconLoader from '../tools/vite-svg-result-carbon-icon-loader';
const glob = require('fast-glob');
const stories = glob.sync(
[
Expand Down Expand Up @@ -36,11 +35,7 @@ const config = {
},
async viteFinal(config) {
return mergeConfig(config, {
plugins: [
litStyleLoader(),
litTemplateLoader(),
viteSVGResultCarbonIconLoader(),
],
plugins: [litStyleLoader(), litTemplateLoader()],
});
},
};
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit de641ab

Please sign in to comment.