$('#modal-container').click(function(){
$(this).addClass('out');
$('body').removeClass('modal-active');
});
<svg class="modal-svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" preserveAspectRatio="none">
<rect x="0" y="0" fill="none" width="226" height="162" rx="3" ry="3"></rect>
</svg>
"dependencies": {
"webpack-dev-server": "^3.8.1"
},
сейчас используются замыкания, для тех целей, которым служил iife.
const newObj = { ...sourceObj };