module.exports = { root: "wwwroot", build: { rollupOptions: { input: [ "./Scripts/web_api_cookbook.min.js" ] } } }