export default { build: { rollupOptions: { input: { index: "index.html", "feature-flow": "feature-flow.html", }, }, }, }