aurelia-bs-modal
aurelia-bs-modal copied to clipboard
fixes #31 - build Error: Cannot find module 'object.assign'
Hmm I don't think this should be valid - if you don't have Object.assign then you should use the polyfills - could you explain the need for this one?
The exception happens at build time, and this commit (as I understand) is doing exactly that - adds polyfill for Object.assign. @PWKad, are You saying that building works for You and I should install something else globally?