Update header-browser.md

closes #53
This commit is contained in:
Sequoia McDowell 2016-10-05 17:25:52 -04:00 committed by GitHub
parent 0d985bae0b
commit 63cc0ecf7b
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.