tettusud / merge-jsons-webpack-plugin

This plugin is used to merge json files into single json file,using glob or file names
https://npmjs.com/package/merge-jsons-webpack-plugin
Apache License 2.0
36 stars 20 forks source link

Option to handle comments in JSON #65

Open LouisWayne opened 3 years ago

LouisWayne commented 3 years ago

I'd like to have an option (or by default) that handles comments in JSON files.

i.e.)

{
  // Comments here...
  "foo": "foo"
}

Thanks for making an awesome plugin!