brfs icon indicating copy to clipboard operation
brfs copied to clipboard

browserify fs.readFileSync() static asset inliner

Results 23 brfs issues
Sort by recently updated
recently updated
newest added

Below is my `test.js` : ``` var fs = require('fs'); var html = fs.readFileSync(__dirname + '/widget.html', 'utf8'); module.exports = Test; function Test () {}; ``` Use brfs without `-r` :...

Unless I'm mistaken, as mentionned here https://github.com/bpampuch/pdfmake/issues/2598 there is a depreciation with your `sourcemap-codec` version. ![image](https://github.com/browserify/brfs/assets/46444652/f40c8c18-c469-44f8-8cfa-d5b68aa6d696)

I'm fairly new to these modules and NPMs but I've been getting along okay until now, this module seems like it's exactly what I need to fix my TypeError: fs.readdir...