Files
pyrofetes-frontend/node_modules/weak-lru-cache/rollup.config.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

12 lines
196 B
JavaScript

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