Skip to content

Commit 038ae94

Browse files
committed
Feat: Add new build system with esbuild and fix dist
1 parent 4da768e commit 038ae94

6 files changed

Lines changed: 1554 additions & 93 deletions

File tree

client-shim.min.js

Lines changed: 1 addition & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const addSlotAttrsToHtmlString = (slotName, html) => {
1+
// src/client.ts
2+
var addSlotAttrsToHtmlString = (slotName, html) => {
23
const templ = document.createElement("template");
34
templ.innerHTML = html;
45
Array.from(templ.content.children).forEach((node) => {

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// src/index.ts
12
import { readFileSync } from "node:fs";
23
function getViteConfiguration() {
34
return {

0 commit comments

Comments
 (0)