webpack-merge-jsons-plugin

webpack merge multiple jsons into one

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
webpack-merge-jsons-plugin
100.1.15 years ago7 years agoMinified + gzip package size for webpack-merge-jsons-plugin in KB

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