webpack merge multiple jsons into one file
Merge Json files into one using this webpack plugin.
Install with npm
npm i webpack-merge-jsons-plugin
var WebpackMergeJsonsPlugin = require("webpack-merge-jsons-plugin")
new WebpackMergeJsonsPlugin({
src: './src/i18n/*.json',
dest: 'i18n/en-gb.json'
})