11 lines
161 B
TypeScript
11 lines
161 B
TypeScript
export default {
|
|
build: {
|
|
rollupOptions: {
|
|
input: {
|
|
index: "index.html",
|
|
"feature-flow": "feature-flow.html",
|
|
},
|
|
},
|
|
},
|
|
}
|