Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Webpack Alternatives
Similar projects and alternatives to webpack
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
-
babel-sublime
Syntax definitions for ES6 JavaScript with React JSX extensions.
-
-
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
-
Snowpack
ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack] (by withastro)
-
Vue.js
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
-
-
craco
Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
webpack reviews and mentions
-
11 Ways to Optimize Your Website
Webpack is one of the most popular options, with 63.6k stars on GitHub. It packs modules (JavaScript, CSS, images, and so on) into bundled assets that can be executed by the browser. For demonstration purposes, this is how you can install Webpack into your project:
-
Comparing Turbopack And Webpack
Turbopack and Webpack are both JavaScript module bundlers used to build and package applications for the web. They both take in a set of input files and transform them into a single output bundle optimized for the web.
-
Why is node_modules heavier than the universe? (No seriously, why is it so big?)
But what is the output of a JS project? Its usually a single JS file called bundle.js or index.js, which contains the entire JS source code of the project in a highly condensed, minified manner. This is usually achieved using tools like Webpack.
-
Server side Javascript in WebAssembly
webpack.config.js is the Webpack configuration file. When we build our app, Webpack is used to assemble it.
-
Learn Next.js Server Side Rendering by building your own implementation
To transpile our code, we will use Babel - a JavaScript compiler, that will generate files Node.js is happy with, and Webpack - a JavaScript bundler, that will bundle our code and automate the compilation step.
-
Run Bun Run! Building an AWS CDK Template with Bun
The famous bundler is Webpack, but esbuild is the fastest one… Well, until Bun 🍔
-
Bun vs Node.js: Everything you need to know
In the Node.js ecosystem, bundling is typically handled by third-party tools rather than Node.js itself. Some of the most popular bundlers in the Node.js world include Webpack, Rollup, and Parcel, offering features like code splitting, tree shaking, and hot module replacement.
-
Modern VS Code extension development: The basics
The best way to accomplish this is through bundling. Microsoft recommends utilizing esbuild for bundling your VS Code extensions due to its speed and efficiency. webpack is another good alternative.
-
The Ascent of Node.js: How a runtime changed the Web
Growth in Tooling: Tools like Babel allowed developers to use the latest JavaScript features without waiting for Node.js support, while Webpack streamlined bundling and module loading.
-
Getting out of a rut
Study these technologies for a frontend web developer role: React, Node.js, TypeScript, JavaScript, HTML, CSS, Webpack, and Jest.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 6 Dec 2023
Stats
webpack/webpack is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of webpack is JavaScript.