chore: make sure peers are not bundled
This commit is contained in:
parent
a8774f34bc
commit
aa7e99bd0f
|
|
@ -10,6 +10,7 @@ export default defineConfig({
|
|||
dts: true,
|
||||
clean: true,
|
||||
sourcemap: true,
|
||||
external: ['@preact/signals-core', 'mutative', 'inline-schema'],
|
||||
plugins: [csvLoader()],
|
||||
esbuildOptions(options) {
|
||||
options.alias = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue