Trending repositories: javascript-compiler
1 tracked repository tagged with javascript-compiler, ordered by stars. Use the topic filters below to narrow further.
Filter by topic
1 of 1 repository
webpack/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.
AI summary: A highly configurable module bundler that transforms and packages JavaScript, CSS, and static assets for the web.
65,986developer-toolsJavaScriptMIT