# modules-rollup-esm **Repository Path**: mirrors_cloudflare/modules-rollup-esm ## Basic Information - **Project Name**: modules-rollup-esm - **Description**: Template for modules, rollup, es modules - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 👷 Modules Wrangler template ## NOTE: You must be using wrangler 1.16 or newer to use this template A template for kick starting a Cloudflare Workers project using: - Modules (ES Modules to be specific) - Rollup - Wrangler Worker code is in `src/index.mjs`. Rollup is configured to output a bundled ES Module to `dist/index.mjs`. - This bundle is also configured to be the main module, using the `module` key in `package.json`.