8 lines
106 B
JavaScript
Raw Permalink Normal View History

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