Sha256: 32209de594b76612bcfa774db1af09581ab1e8263a94c27ee192d46f1ddd631d
Contents?: true
Size: 922 Bytes
Versions: 3
Compression:
Stored size: 922 Bytes
Contents
Advanced Options: --insert-globals, --ig, --fast [default: false] Skip detection and always insert definitions for process, global, __filename, and __dirname. benefit: faster builds cost: extra bytes --detect-globals, --dg [default: true] Detect the presence of process, global, __filename, and __dirname and define these values when present. benefit: npm modules more likely to work cost: slower builds --ignore-missing, --im [default: false] Ignore `require()` statements that don't resolve to anything. --noparse=FILE Don't parse FILE at all. This will make bundling much, much faster for giant libs like jquery or threejs. --deps Instead of standard bundle output, print the dependency array generated by module-deps. --list Print each file in the dependency graph. Useful for makefiles.
Version data entries
3 entries across 3 versions & 2 rubygems