fix: whoops forgot plugins

This commit is contained in:
Nolan Lawson 2023-11-26 11:03:20 -08:00
parent 6f4c17564c
commit 3e9a041a99
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export default entryPoints.map(({ input, output, format = 'es', external = [], o
exports: 'auto'
},
external: [...baseConfig.external, ...external],
plugins: baseConfig.plugins,
onwarn
}
})