Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 361 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 361 Bytes

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

https://hjson.github.io/

https://hjson.github.io/try.html