Sha256: 316ef82319ec29876813225a5a381b012f3969833f71509fa72f30ac68611a8c
Contents?: true
Size: 348 Bytes
Versions: 6
Compression:
Stored size: 348 Bytes
Contents
inline-process-browser === Browserify transform which turns any reference to `process.browser` into `true`. Can remove non-browser code when combined with [unreachable-branch-transform](https://github.com/zertosh/unreachable-branch-transform) turns ```js if (process.browser) { //something } ``` into ```js if (true) { //something } ```
Version data entries
6 entries across 6 versions & 1 rubygems