From 470b4ca31bac0492964350f926d812fd3c36f1d8 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 16 Aug 2026 15:21:54 +0000 Subject: [PATCH] Update from Copier (2026-08-16T15-21-49Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- js/tools/bundle.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index e410697..ce15b60 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: ebda788 +_commit: cb37079 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cppjswasm diff --git a/js/tools/bundle.mjs b/js/tools/bundle.mjs index f493141..83fd0f7 100644 --- a/js/tools/bundle.mjs +++ b/js/tools/bundle.mjs @@ -23,7 +23,7 @@ const DEFAULT_BUILD = { target: ["es2022"], bundle: true, format: "esm", - minify: DEBUG, + minify: !DEBUG, sourcemap: true, metafile: true, entryNames: "[name]",