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]",