Skip to content

Instantly share code, notes, and snippets.

import path from 'path'
import { createHash } from 'crypto'
import { existsSync, readFileSync } from 'fs'
const customElementSimpleTag = `{{
tag: "{TAG_NAME}",
extend(svelteCustomElementClass) {
return class extends svelteCustomElementClass {
constructor() {
super();