Skip to content
#

javascript-compiler

Here are 17 public repositories matching this topic...

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 Apr 30, 2021
  • JavaScript
DirkToewe
DirkToewe commented Feb 18, 2019

Adding a plain text to the header of a compiled and optimized .js-file may be useful for multiple reasons:

  • Adding metadata like version, compiler settings, date, ...
  • Adding execution information, e.g. #!/usr/bin/env node
  • Adding a License, Author, Support info, URL, ...

Such a plain text header could easily be added to a .js in a postprocessing step after compilation. Howeve

Improve this page

Add a description, image, and links to the javascript-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-compiler topic, visit your repo's landing page and select "manage topics."

Learn more