mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
feat: add abortOnUnmount option
This commit is contained in:
@@ -5,9 +5,8 @@ export default defineConfig({
|
||||
format: ['cjs', 'esm'],
|
||||
splitting: false,
|
||||
clean: true,
|
||||
external: ['#app', '#imports'],
|
||||
external: ['#app', '#imports', 'vue'],
|
||||
dts: true,
|
||||
// @ts-expect-error: Missing type
|
||||
outExtension({ format }) {
|
||||
return {
|
||||
js: format === 'esm' ? '.mjs' : `.${format}`,
|
||||
|
||||
Reference in New Issue
Block a user