Skip to content

Commit

Permalink
Chore: Include DEBUG statements in module output (#8875)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 12, 2022
1 parent ebffa6c commit 20dba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -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
];
Expand Down

0 comments on commit 20dba24

Please sign in to comment.