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

Emit assets as expected by Webpack 5 #72

Closed gorbeia closed 2 years ago

SerG-Y commented 2 years ago

@tettusud sorry for bothering you. Can you please review & merge this PR?

aarthishuba commented 2 years ago

@SerG-Y I have released a new version 2.0.1, which has changes that fixes this. The hook has been changd to additionalAssets, which I felt more opt to add assets and is also backward compatible, please raise an issue in case if you feel any potential issue here.

SerG-Y commented 2 years ago

@aarthishuba Thanks!