Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Dec 10, 2024
1 parent 682e500 commit 2fb1e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wxt/src/core/utils/building/import-entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function getEsbuildOptions(opts: JitiTransformOptions): TransformOptions {
format: 'cjs',
loader: isJsx ? 'tsx' : 'ts',
define: {
'import.meta.env.ENTRYPOINT': 'build',
'import.meta.env.ENTRYPOINT': '"build"',
},
...(isJsx
? {
Expand Down

0 comments on commit 2fb1e8e

Please sign in to comment.