8 lines
106 B
JavaScript
8 lines
106 B
JavaScript
export default {
|
|
input: "src/index.js",
|
|
output: {
|
|
file: "dist/index.cjs",
|
|
format: "cjs"
|
|
}
|
|
}
|