Skip to content

crapthings/snowpack-plugin-hjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published