# exp-babel **Repository Path**: mirrors_embedthis/exp-babel ## Basic Information - **Project Name**: exp-babel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README exp-babel === Expansive plugin for transpiling ES6 Javascript using Babel into ES5 Javascript. Provides the 'babel' service. ### To install: pak install exp-babel ### To configure in expansive.json: * babel.enable — Enable the service to process '.js.es' files. * babel.mappings — File extensions to process. Defaults to: [ '6' 'es']. * babel.options — Traceur options. ``` { services: { 'babel': { enable: true, options: '-experimental' } } } ``` ### Get Pak from [https://www.embedthis.com/pak/](https://www.embedthis.com/pak/)