npm i -D snowpack-plugin-hjson
module.exports = {
plugins: [
+ 'snowpack-plugin-hjson'
]
}
+ import config from './config.hjson'
// or
+ import config from './config.json'
npm i -D snowpack-plugin-hjson
module.exports = {
plugins: [
+ 'snowpack-plugin-hjson'
]
}
+ import config from './config.hjson'
// or
+ import config from './config.json'