webpack-merge-jsons-plugin

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i webpack-merge-jsons-plugin

Weekly Downloads

47

Version

0.1.1

License

MIT

Unpacked Size

17 kB

Total Files

13

Last publish

Collaborators

  • uittorio