SaaSHub helps you find the best software and product alternatives Learn more →
Babel-sublime Alternatives
Similar projects and alternatives to babel-sublime
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
styled-components
Fast, expressive styling for React. Server components, client components, streaming SSR, React Native—one API.
-
-
-
-
-
-
browserslist
🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env
babel-sublime discussion
babel-sublime reviews and mentions
-
Join me in building a community-maintained fork of the Quill Editor 🙌
Can be used with promises, ES6 generators and async/await (using Babel).
-
Anime Nexus — a sleek community planner for anime fans
@vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
-
The Architecture Wars: How We Almost Built Everything Wrong 🏗️ (Part 2/5)
I was convinced that Babel with full AST parsing was the "right" way to analyze code. I mean, that's what real tools do, right? VS Code uses it, TypeScript uses it, all the cool kids use AST parsing!
-
Quanter A pure JavaScript CSS Selector Engine
There are several ways to use Webpack, Browserify or Babel. For more information on using these tools, please refer to the corresponding project's documentation. In the script, including Quanter will usually look like this:
-
Supporting multiple Javascript environments
In order to accomplish this, I picked up a tool that I've been loathe to touch since the last time I used it, roughly a decade ago — Babel.
-
NodeJS Fundamentals: function expression
ES6 features like arrow functions and lexical this binding require polyfills for older browsers (IE11 and below). core-js (https://github.com/zloirock/core-js) provides comprehensive polyfills for various ES features. Babel (https://babeljs.io/) can be configured to transpile modern JavaScript code to older versions, automatically including necessary polyfills.
-
Implementing a Custom Polyfill for Future ECMAScript Features
Babel: JavaScript Compiler
- BookMS
-
Valentine’s Day Breakup: React Dumps Create React App
Create React App (CRA) is a command-line interface tool that allows developers to set up a React project easily. It primarily serves as a project scaffolding tool, allowing you to create a new project with a single command: npx create-react-app . CRA comes with tools like Webpack and Babel, which handle the bundling and transpiling of code. The tools are pre-configured. It comes with a development server that allows hot reloading, enabling you to see changes to your code reflected instantly.
-
Top 20 Front-End Development Tools to Use in 2025
18. Babel
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
babel/babel-sublime is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of babel-sublime is JavaScript.