Trying to add brfs to my browserify transforms, ever since the shim moved to package.json config:
"browserify": {
"transform": [
"browserify-shim",
"brfs"
]
},
Results in this error every time:
Error: Unable to find a browserify-shim config section in the package.json for C:\My Programs\nodist\bin\node_modules\browserify\lib_empty.js
Results in the same error when attempting to use the transform via the command line using the -t brfs option.