From 2ada7e8366139a81d11f70cd5e40e8ba52faa5aa Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 16 Aug 2026 15:21:03 +0000 Subject: [PATCH] Update from Copier (2026-08-16T15-20-58Z) 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 4343894..a264426 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: js 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]",