1.0.0 • Published 4 years ago
snowpack-plugin-hjson v1.0.0
snowpack-plugin-hjson
How to install
npm i -D snowpack-plugin-hjson module.exports = {
plugins: [
+ 'snowpack-plugin-hjson'
]
}How to use
+ import config from './config.hjson'
// or
+ import config from './config.json'Hjson syntax
1.0.0
4 years ago