googlearchive / IMD

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

added fix which cleans up the module id's #21

Open BrandiATMuhkuh opened 7 years ago

BrandiATMuhkuh commented 7 years ago

Module ID's where not always correctly resolved and stored. I fixed that by making sure that only the base name of the module is used to store the module. For example is ./test/test.js transformed into test. Or test/test tranformed into test. That was needed to use IMD with the polymer+typescript (+module = AMD)