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 3ea2763 commit f4502c6Copy full SHA for f4502c6
bundler.config.ts
@@ -25,7 +25,7 @@ export default defineConfig({
25
input: './src/bin/index.ts',
26
externals: [...externals, './build'],
27
paths: [{ find: './build', replacement: '../build/index.js' }],
28
- plugins: [replacePlugin({ __version__: version })],
+ plugins: [replacePlugin({ __version: version })],
29
},
30
],
31
})
src/bin/meta.ts
@@ -1,2 +1,2 @@
1
export const name = `Hyperbundler`
2
-export const version = `__version__`
+export const version = `__version`
0 commit comments