animate/webGl/my-threejs-test/node_modules/weak-lru-cache/rollup.config.js

12 lines
185 B
JavaScript

export default [
{
input: "index.js",
output: [
{
file: "dist/index.cjs",
format: "cjs"
}
]
}
];