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.
-
Updated
Aug 16, 2021 - JavaScript


Currently,
mangle.jsonwrites always remove a trailing newline from the file. We could detect the existence of the trailing newline when reading, then preserve whatever was used when writing.See https://github.com/preactjs/preact/blob/e22cc99ca398bb0a417ccc151a520c41215afe55/.editorconfig#L17-L22