browserify-handbook icon indicating copy to clipboard operation
browserify-handbook copied to clipboard

how to build modular applications with browserify

Results 19 browserify-handbook issues
Sort by recently updated
recently updated
newest added

Hi, I have not found any good reference explaining how to load a polyfill into a Browserify app. I think polyfills must be loaded before other libs as some libs...

Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0. Release notes Sourced from marked's releases. 0.7.0 Security Sanitize paragraph and text tokens #1504 Fix ReDOS for links with backticks (issue #1493) #1515 Breaking...

dependencies

browserify doesn't implicitly set opts.paths to NODE_PATH anymore unlike stated previously in this documentation. For background see: * * *

Proposed change improves navigation IMO

The last sentence of the final paragraph of the introduction was mangled by an edit gone wrong. This change completes the original intended edit.

Hello everybody, is there a nice / easy way to test if the code ist browsified? I am using browsify on the backend and I'll try finding out a way...

Where do you begin when you want to analyse and fix bundles that are too large? What steps would you carry out to see what is taking up the most...

At least I would like to read more on that topic touched upon in the `constructor tip` in the [reusable compontens](https://github.com/substack/browserify-handbook#reusable-components) section.

What does this paragraph means? > node also has a mechanism for searching an array of paths, but this mechanism is deprecated and you should be using node_modules/ unless you...