- Enhancement: For anyone visiting the ES6 modules entrance file without ESM

support, redirect to non-modular vesion
- Build: Add comment not to edit xdomain editor directly
This commit is contained in:
Brett Zamir
2018-10-24 10:55:46 +08:00
parent 25f02d99f2
commit 4a0889c7e5
12 changed files with 67 additions and 19 deletions

View File

@@ -15,6 +15,7 @@
<!{else}-->
<script src="jquery.min.js"></script>
<!--{endif}-->
<script nomodule="" src="no-module-support-redirect.js"></script>
<!-- We keep this next module external to avoid the need to
load further scripts if not supported -->
<script type="module" src="redirect-on-lacking-support.js"></script>