Frontmatter
| id | 8763 |
| title | Docs: Update FourEnvironments.md for Native ESM Builds |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 7:25 PM |
| updatedAt | Jan 17, 2026, 7:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8763 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 7:27 PM |
Docs: Update FourEnvironments.md for Native ESM Builds

tobiu
Jan 17, 2026, 7:27 PM
Input from Gemini 3 Pro:
✦ I have updated
learn/benefits/FourEnvironments.mdto reflect the new Native ESM build architecture.Changes:
- Updated
dist/productiondescription to specify "Native ES Module bundles" and "Simplified Bundle Deployment".- Updated
dist/developmentto specify "bundled Native ES Modules".This ensures the documentation aligns with the recent Webpack configuration changes.
tobiu assigned to @tobiu on Jan 17, 2026, 7:27 PM
tobiu closed this issue on Jan 17, 2026, 7:27 PM
Description
The
learn/benefits/FourEnvironments.mdguide needs to be updated to reflect the recent architectural shift to Native ESM Output for Webpack builds (dist/productionanddist/development).The current documentation implies traditional bundling (IIFE/wrappers) and "single-file" deployment. We need to clarify that:
DefaultConfig.mjs), rather than a strictly monolithic single file.Tasks
learn/benefits/FourEnvironments.md:dist/productionsection to explicitly mention "Native ES Module bundles".dist/esm(individual modules) anddist/production(bundled modules) remains clear.Acceptance Criteria