Skip to content

Commit

Permalink
Theme support for single file
Browse files Browse the repository at this point in the history
  • Loading branch information
olibu authored and lapo-luchini committed May 10, 2024
1 parent 844d85b commit 041d7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { viteSingleFile } from 'vite-plugin-singlefile';
import pluginDom from 'vite-plugin-dom';
import { DomUtils } from 'htmlparser2';

const removeNodes = [ 'theme-select', 'rowExamples' ];
const removeNodes = [ 'rowExamples' ];

const preventSVGEmit = () => {
return {
Expand Down

0 comments on commit 041d7b6

Please sign in to comment.