Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apinet committed Oct 19, 2024
1 parent 600cc7c commit 61974e2
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 422 deletions.
3 changes: 1 addition & 2 deletions build.cdn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import esbuild from "esbuild";
import { minifyHTMLLiterals } from 'minify-html-literals';
import { readFile } from 'node:fs/promises';

//import info from "./package.json" assert { type: "json" };
Expand All @@ -15,7 +14,7 @@ esbuild.build({
"./src/lit-line.ts",
],
outdir: "cdn",
plugins: [minifyHTMLLiteralsPlugin()],
plugins: [],
external: [], // empty to ensure deps are bundled
});

Expand Down
Loading

0 comments on commit 61974e2

Please sign in to comment.