export default { build: { lib: { entry: { 'weather-report': './src/weather-report.mjs', }, formats: ['es', 'cjs'], name: '[name].[format]', }, }, };