a snowpack plugin for hjson
npm install snowpack-plugin-hjson```
npm i -D snowpack-plugin-hjson
`diff`
module.exports = {
plugins: [
+ 'snowpack-plugin-hjson'
]
}
`diff``
+ import config from './config.hjson'
// or
+ import config from './config.json'
https://hjson.github.io/
https://hjson.github.io/try.html