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

13 lines
223 B
JavaScript
Raw Normal View History

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