0.1.1 • Published 6 years ago

webpack-merge-jsons-plugin v0.1.1

Weekly downloads
55
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

0.1.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago