From be1668b91302af860b5e240e291e22410f5724bd Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Mon, 21 Nov 2022 13:25:00 -0500 Subject: [PATCH] Chore: Include DEBUG statements in module output (#8875) --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 39babdad5c..19b15f13d2 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -42,7 +42,7 @@ async function main() const plugins = [ rename(), - jscc({ values: { _VERSION: repo.version } }), + jscc({ values: { _VERSION: repo.version, _DEBUG: true } }), esbuild({ target: moduleTarget }), ...commonPlugins ];