animate/webGl/my-threejs-test/node_modules/ordered-binary/rollup.config.js

12 lines
185 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
export default [
{
input: "index.js",
output: [
{
file: "dist/index.cjs",
format: "cjs"
}
]
}
];