Skip to content

Commit

Permalink
refactor: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar authored Mar 29, 2024
1 parent 87761ff commit ecd8505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/bundler/mdx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function bundle(
const vfile = await compile(parsed.content, {
// prevent this error `_jsxDEV is not a function`
// enable next line
development: process.env.NODE_ENV === 'production',
// development: process.env.NODE_ENV === 'production',
format: 'mdx',
outputFormat: 'function-body',
remarkPlugins: getRemarkPlugins(),
Expand Down

0 comments on commit ecd8505

Please sign in to comment.