Reviewed-on: #89 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #89.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from "rolldown/config";
|
||||
|
||||
export default defineConfig({
|
||||
input: "src/index.ts",
|
||||
output: {
|
||||
file: "dist/index.js",
|
||||
format: "esm",
|
||||
minify: true,
|
||||
},
|
||||
platform: "node",
|
||||
treeshake: true,
|
||||
});
|
||||
Reference in New Issue
Block a user