mirror of
https://github.com/diced/zipline.git
synced 2025-05-11 18:36:02 +02:00
fix: a bunch of random stuff
This commit is contained in:
parent
dcb4a4e9e7
commit
12fcff1a14
82 changed files with 9015 additions and 5875 deletions
|
@ -6,14 +6,12 @@ export default defineConfig(async (_) => {
|
|||
{
|
||||
platform: 'node',
|
||||
format: 'cjs',
|
||||
treeshake: true,
|
||||
clean: false,
|
||||
clean: true,
|
||||
sourcemap: true,
|
||||
entryPoints: await glob('./src/**/*.ts', {
|
||||
entry: await glob('./src/**/*.ts', {
|
||||
ignore: ['./src/components/**/*.ts', './src/pages/**/*.ts'],
|
||||
}),
|
||||
outDir: 'build',
|
||||
external: ['argon2'],
|
||||
},
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue