Skip to content

Commit

Permalink
remove vestigial debug code and adjust types
Browse files Browse the repository at this point in the history
  • Loading branch information
dgautsch committed Jul 11, 2024
1 parent b2392a7 commit dde0c49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/unplugin-vue-i18n/src/core/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ async function generateBundleResources(
strictMessage = true,
escapeHtml = false,
jit = true,
transformI18nBlock = null
transformI18nBlock = undefined
}: {
forceStringify?: boolean
isGlobal?: boolean
Expand All @@ -549,7 +549,6 @@ async function generateBundleResources(
const { ext, name } = parsePath(res)
const source = await getRaw(res)
const generate = /json5?/.test(ext) ? generateJSON : generateYAML
debugger
const parseOptions = getOptions(res, isProduction, {}, false, {
isGlobal,
jit,
Expand Down

0 comments on commit dde0c49

Please sign in to comment.