Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

webpack-merge-jsons-plugin

uittorio156MIT0.1.1

webpack merge multiple jsons into one

webpack, merge, jsons

readme

webpack-merge-jsons-plugin

webpack merge multiple jsons into one file

Merge json files

Merge Json files into one using this webpack plugin.

Usage

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'
        })