Skip to content

Commit 706e7e9

Browse files
committed
chore: update firefox extension build shell
1 parent 4c77ae1 commit 706e7e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/firefox-extension/tsup.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,10 @@ export default defineConfig([{
2929
clean: true,
3030
format: ['esm'],
3131
minify: true,
32+
esbuildOptions(options) {
33+
options.chunkNames = 'chunks/[name]-[hash]'
34+
options.assetNames = 'assets/[name]-[hash]'
35+
options.metafile = true
36+
},
3237
noExternal: ['@vue/devtools-core', '@vue/devtools-kit', '@vue/devtools-shared'],
3338
}])

0 commit comments

Comments
 (0)