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,
|
dts: true,
|
||||||
clean: true,
|
clean: true,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
external: ['@preact/signals-core', 'mutative', 'inline-schema'],
|
||||||
plugins: [csvLoader()],
|
plugins: [csvLoader()],
|
||||||
esbuildOptions(options) {
|
esbuildOptions(options) {
|
||||||
options.alias = {
|
options.alias = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue