Skip to content

Commit ca46db1

Browse files
Update from Copier (2026-08-16T15-21-49Z) (#66)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com> Co-authored-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent 2d5e8e4 commit ca46db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: ebda788
2+
_commit: cb37079
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

js/tools/bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DEFAULT_BUILD = {
2323
target: ["es2022"],
2424
bundle: true,
2525
format: "esm",
26-
minify: DEBUG,
26+
minify: !DEBUG,
2727
sourcemap: true,
2828
metafile: true,
2929
entryNames: "[name]",

0 commit comments

Comments
 (0)