We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a9482 + 0dad770 commit 3d9d2a7Copy full SHA for 3d9d2a7
public/index.html
@@ -32,7 +32,7 @@ <h1>Rollup code-splitting demo</h1>
32
<script>
33
if (!window.supportsDynamicImport) {
34
const systemJsLoaderTag = document.createElement('script');
35
- systemJsLoaderTag.src = 'https://unpkg.com/systemjs@2.0.0-alpha.1/dist/s.min.js';
+ systemJsLoaderTag.src = 'https://unpkg.com/systemjs@2.0.0/dist/s.min.js';
36
systemJsLoaderTag.addEventListener('load', function () {
37
System.import('./nomodule/main-a.js');
38
System.import('./nomodule/main-b.js');
0 commit comments