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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    10
  • 0.1.0
    0
  • 0.0.3
    60
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i webpack-merge-jsons-plugin

Weekly Downloads

70

Version

0.1.1

License

MIT

Unpacked Size

17 kB

Total Files

13

Last publish

Collaborators

  • uittorio