We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd850b0 commit 2f13f1bCopy full SHA for 2f13f1b
1 file changed
packages/bundle-utils/src/js.ts
@@ -151,7 +151,7 @@ function _generate(
151
const componentNamespace = '_Component'
152
const variableDeclarations: string[] = []
153
154
- // slice and reseuse imports and top-level variable declarations as-is
+ // slice and reuse imports and top-level variable declarations as-is
155
// NOTE: this prevents optimization/compilation of top-level variables, we may be able to add support for this
156
walk(node, {
157
/**
0 commit comments