JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Drop dead code.

-10
-10
vite.config.js
··· 4 4 import pluginDom from 'vite-plugin-dom'; 5 5 import { DomUtils } from 'htmlparser2'; 6 6 7 - const preventSVGEmit = () => { 8 - return { 9 - generateBundle(opts, bundle) { 10 - for (const key in bundle) 11 - if (key.endsWith('.svg')) 12 - delete bundle[key]; 13 - }, 14 - }; 15 - }; 16 - 17 7 const removeNodes = [ 'theme-select', 'rowExamples' ]; 18 8 19 9 export default defineConfig({