modernize
- replace vite with tsdown - update registry - update deps
This commit is contained in:
9
tsdown.config.ts
Normal file
9
tsdown.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["./src/unom-style.ts", "./src/easings/easings.ts"],
|
||||
format: "esm",
|
||||
dts: true,
|
||||
exports: true,
|
||||
fixedExtension: false,
|
||||
});
|
||||
Reference in New Issue
Block a user