googlearchive / IMD

An AMD-compatible module registry for use with HTML Imports
73 stars 24 forks source link

Doesn't work well with vulcanize #10

Open antonmoiseev opened 8 years ago

antonmoiseev commented 8 years ago

We've been using IMD for awhile and one of the issues we faced, it doesn't work well with vulcanize. IMD allows only one anonymous module per HTML document. Scripts that back Polymer elements usually remain anonymous, so after vulcanization the bundle contains multiple anonymous modules and IMD throws an error at runtime.

doug commented 8 years ago

:+1: to fixing the vulcanize use case here.

royvelich commented 8 years ago

+1