mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-13 01:14:54 +00:00
12 lines
185 B
JavaScript
12 lines
185 B
JavaScript
export default [
|
|
{
|
|
input: "index.js",
|
|
output: [
|
|
{
|
|
file: "dist/index.cjs",
|
|
format: "cjs"
|
|
}
|
|
]
|
|
}
|
|
];
|