Merge pull request #220 from Sequoia/patch-1

Update header-browser.md
This commit is contained in:
Miroslav Bajtoš 2016-10-11 14:25:15 +02:00 committed by GitHub
commit 6491cc8e71
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ var boot = require('loopback-boot');
var app = module.exports = loopback();
boot(app);
```
### Browserify Note
Loopback-boot will *not work correctly* with `fullpaths` option set in browserify/watchify.