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