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
Sep 30, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Most browsers prevent websites from autoplaying media and sound automatically, by default.
When I, for example, open multiple youtube-videos in different tabs, I think it is very disturbing to see this non-standard behavour.
Describe the solution you'd like
By default, all media is prevented from playing automatically.
V