Skip to content

uittorio/webpack-merge-jsons-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

webpack merge multiple jsons into one file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published