Skip to content

Commit 0e136e5

Browse files
committed
Actually don't keep the built culori in the website source
1 parent 4f7dfe0 commit 0e136e5

File tree

3 files changed

+2
-3648
lines changed

3 files changed

+2
-3648
lines changed

build.js

-10
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ build({
4242
outfile: 'bundled/culori.min.mjs'
4343
});
4444

45-
// Bundled ESM, minified, for the website
46-
build({
47-
entryPoints: ['./src/index.js'],
48-
logLevel: 'info',
49-
bundle: true,
50-
minify: true,
51-
format: 'esm',
52-
outfile: 'docs/static/culori.min.mjs'
53-
});
54-
5545
// Bundled IIFE
5646
build({
5747
entryPoints: ['./src/index.js'],

0 commit comments

Comments
 (0)