Skip to content

Commit c130da1

Browse files
committed
chore: update
1 parent 706e7e9 commit c130da1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/firefox-extension/tsup.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@ 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-
},
3732
noExternal: ['@vue/devtools-core', '@vue/devtools-kit', '@vue/devtools-shared'],
3833
}])

0 commit comments

Comments
 (0)