babel-sublime
Syntax definitions for ES6 JavaScript with React JSX extensions. (by babel)
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. (by webpack)
babel-sublime | webpack | |
---|---|---|
159 | 366 | |
3,254 | 65,136 | |
-0.0% | 0.2% | |
0.0 | 9.8 | |
11 months ago | about 6 hours ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
babel-sublime
Posts with mentions or reviews of babel-sublime.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-16.
-
Top 20 Front-End Development Tools to Use in 2025
18. Babel
-
#wecode Landing Page - WeCoded Challenge March 2025
@vitejs/plugin-react uses Babel for Fast Refresh
-
You Don’t Know JS Yet: My Weekly Journey Through JavaScript Mastery
For new and incompatible syntax, the solution is transpiling—converting newer JS syntax to older syntax that can run on older engines. The most popular transpiler? Babel. This process ensures modern JS code can still reach a wide audience, even on legacy systems.
-
30 Best Free Tools for Frontend Developers in 2025
Website: babeljs.io
-
Desktop apps for Windows XP in 2025
Fortunately we have tools like PostCSS and Babel, that let you target your specific Browser version, and they'll do their best to transpile and polyfill your code to work with that version. This alone will do a lot of the heavy lifting for you if you are working with a lot of code. However, if you are just writing out a few HTML, CSS, and JS files, then that would be overkill and you can just figure out what code to use by consulting CanIUse.com.
-
The Tools and APIs That Made My GeoGuessr 🌍 Project Possible
Cross-Browser Compatibility: Some features worked differently across browsers. I used Babel to transpile my JavaScript code, ensuring it worked consistently everywhere.
-
Exploring ES6+ Enhancements in SuiteScript 2.1: A Developers Perspective
SuiteScript 2.1 introduces new language features, such as arrow functions and block-scoped variables, which support modern server-side code. However, developers must ensure browser compatibility. Not all browsers support these features natively. Transpilation, using tools like Babel, can convert modern JavaScript to a more compatible version. This ensures scripts run smoothly across different environments.
-
Fresh Start: Unlocking New Beginnings with GitHub Copilot
# React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh # Fresh-Starts
-
What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
Babel was one of the first to do this job, developed using JS, with a rich ecosystem and plugins, and has long been integrated into packaging tools such as webpack rollup.
-
Building an Auto-verified Quote DApp on Morph
@vitejs/plugin-react uses Babel for Fast Refresh
webpack
Posts with mentions or reviews of webpack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-16.
-
Top 20 Front-End Development Tools to Use in 2025
17. Webpack
-
You Don’t Know JS Yet: My Weekly Journey Through JavaScript Mastery
The JS code gets transpiled by tools like Babel, then bundled (often by Webpack) into a single or few files (like bundle.js). This optimizes the website to load faster, as the browser can fetch everything from one file instead of multiple.
-
Webpack 5: The Next Generation Module Bundler
Remember that Webpack is highly configurable, and this article only scratches the surface of what's possible. Be sure to check the official Webpack documentation for more detailed information and advanced configurations.
-
30 Best Free Tools for Frontend Developers in 2025
Website: webpack.js.org
-
Discover the power of microfrontends: A revolution in frontend development
With Webpack 5, a new feature has helped microfrontends proliferate: Module Federation. Module Federation allows JavaScript code to be loaded — synchronously or asynchronously — at runtime.
-
Simplify Browser Extension Deployment with GitHub Actions
Firefox: Extensions utilizing bundlers like webpack or Extension.js require zipped source code. Additionally, Firefox mandates submissions in Cross-Platform Install (XPI) format.
-
Which JavaScript Bundler Is Right for You? A Deep Dive into Webpack, Vite, and More
Webpack is one of the oldest and most widely used bundlers in web development, created by Tobias Koppers in 2012. It gained popularity after Browserify and RequireJS and has become the go-to choice for managing complex projects.
-
Custom builder for Angular: My way
Micro-frontend has always aroused my curiosity: I wanted to understand how they work, how to build them, what their pros and cons are. In 2018, inspired by this topic, I tried to build something similar to single-spa in one of the pet projects. At that time, there was no Webpack Module Federation (WMF), and Webpack itself seemed inconvenient. The choice fell on ESBuild and importmap. Browser support for importmap at the time was mostly on paper or with special flags in browsers. For this reason, I used a polyfill. But, surprisingly, everything worked and even in several projects.
-
What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
Packagers are the ones we most frequently come into contact with, such as Webpack Vite and Parcel. The latter may not be commonly used, but it is also a well-established tool.
-
Node.js: A brief history of cjs, bundlers, and esm
npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).
What are some alternatives?
When comparing babel-sublime and webpack you can also consider the following projects:
v8.dev - The source code of v8.dev, the official website of the V8 project.
vite - Next generation frontend tooling. It's fast!
vue-template-babel-compiler-nuxt-project - vue-template-babel-compiler(https://github.com/JuniorTour/vue-template-babel-compiler) DEMO project for nuxt.js
gulp - A toolkit to automate & enhance your workflow
vim-react-snippets - Useful snippets for developing in React (Javascript and Typescript)
Rollup - Next-generation ES module bundler