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

13 lines
223 B
JavaScript

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