In an attempt to create polymer elements that use requirejs modules I ran into a blocking issue. I understand that polymer is not designed to work with requirejs, but for the ti
I found that if I embed the call to require within the Polymer script I avoid this issue.
...