Webpack out-of-box compatibility #66
treshugart
commented
Aug 24, 2016
|
Figured it out and raised a PR. Unfortunately, I don't know of a good way to write a test for this (but I did run your tests and they pass). |
|
the and module is https://github.com/WebReflection/document-register-element/blob/master/build/document-register-element.max.amd.js however, I use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems Webpack tries to build in its AMD shim when bundling the
.maxversion in yourbundle/directory. I'm assuming that it finds what it thinks are references todefinebeing used, but I haven't singled out exactly which lines of code are causing it to do that yet.