Skip to content

Instantly share code, notes, and snippets.

@alexxlagutin
Last active October 2, 2019 13:55
Show Gist options
  • Save alexxlagutin/68f89cae748282f19104f94a04196132 to your computer and use it in GitHub Desktop.
Save alexxlagutin/68f89cae748282f19104f94a04196132 to your computer and use it in GitHub Desktop.
sources to test merge-jsons-webpack-plugin
{
"result": [
{
"title": "exam1",
"data": "somedata"
},
{
"title": "exam2",
"data": "somedata"
},
{
"title": "exam3",
"data": "somedata"
}
]
}
{
"title": "exam1",
"data": "somedata"
}
{
"title": "exam2",
"data": "somedata"
}
{
"title": "exam3",
"data": "somedata"
}
@alexxlagutin
Copy link
Author

Hi! Looks like it should work for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment