Compiles json/hjson from yor brp pipeline into minified JSON
npm install brp-hjsonsh
npm install brp-hjson --save
`
Then you can add brp-hjson to your build pipeline.
`js
const hjson = require('brp-hjson')
...
brp.buildWith(new hjson())
`
Documentation
$3
| Option | Description | Default |
| ----------------- | ------------------------------------------------------------ | ------------------------- |
| glob | the glob used to match streamed files | '*.@(json|mcmeta|info)' |
| processUnmarked | true if files not included in the pack should be processed | false` |