plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

fixes #31 - build Error: Cannot find module 'object.assign' #35

Open atsu85 opened 8 years ago

plwalters commented 8 years ago

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?

atsu85 commented 8 years ago

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?