We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The current plovr RAW mode inserts all dependency files with <script> element via document.write(). However, a Module *** has been loaded incorrectly error occurs at goog.module() and the load fails. https://github.com/google/closure-library/blob/8da4a938c86e313d37d64f635e364dfef5882e9b/closure/goog/base.js#L431 goog.module() can be executed only when debug loader is called in goog.require().
<script>
document.write()
Module *** has been loaded incorrectly
goog.module()
goog.require()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current plovr RAW mode inserts all dependency files with
<script>
element viadocument.write()
. However, aModule *** has been loaded incorrectly
error occurs atgoog.module()
and the load fails.https://github.com/google/closure-library/blob/8da4a938c86e313d37d64f635e364dfef5882e9b/closure/goog/base.js#L431
goog.module()
can be executed only when debug loader is called ingoog.require()
.The text was updated successfully, but these errors were encountered: