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.
javascript
web-performance
webpack
web
es6
compiler
commonjs
amd
es2015
plugins
javascript-compiler
build-tool
loaders
module-bundler
esm
javascript-modules
-
Updated
Apr 30, 2021 - JavaScript
Adding a plain text to the header of a compiled and optimized
.js
-file may be useful for multiple reasons:#!/usr/bin/env node
Such a plain text header could easily be added to a
.js
in a postprocessing step after compilation. Howeve