mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
feat(packages/stdlib): change build system to unbuild
This commit is contained in:
10
packages/stdlib/build.config.ts
Normal file
10
packages/stdlib/build.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineBuildConfig } from 'unbuild';
|
||||
|
||||
export default defineBuildConfig({
|
||||
rollup: {
|
||||
emitCJS: true,
|
||||
esbuild: {
|
||||
minify: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user