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

Output formatting via 'space' parameter added. #51

Closed EugeneGarbuzovPublic closed 4 years ago

EugeneGarbuzovPublic commented 4 years ago

Added a parameter to make merged JSON formatted.

It simply passes space parameter to the JSON.stringify call.

This may also address #50.

tettusud commented 4 years ago

Thanks very much for the contribution.I will release it.