tettusud / merge-jsons-webpack-plugin

This plugin is used to merge json files into single json file,using glob or file names
https://npmjs.com/package/merge-jsons-webpack-plugin
Apache License 2.0
36 stars 20 forks source link

feature request: work with absolute path #54

Open rszik opened 4 years ago

rszik commented 4 years ago

Hi,

Could you please consider to implement working with absolute path. (in files, patterns, filenames etc parameters) I do browser extension development and merge-jsons-webpack-plugin works only in developer mode where I run the extension with webpack-dev-server, but throw an error in production mode, where I have to user absolute paths - lack of any server - to deploy the extension

Thanks