Skip to content

Commit 3d9d2a7

Browse files
authored
Merge pull request #10 from rollup/systemjs-2.0
Upgrade to SystemJS 2.0.0 stable
2 parents b1a9482 + 0dad770 commit 3d9d2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>Rollup code-splitting demo</h1>
3232
<script>
3333
if (!window.supportsDynamicImport) {
3434
const systemJsLoaderTag = document.createElement('script');
35-
systemJsLoaderTag.src = 'https://unpkg.com/systemjs@2.0.0-alpha.1/dist/s.min.js';
35+
systemJsLoaderTag.src = 'https://unpkg.com/systemjs@2.0.0/dist/s.min.js';
3636
systemJsLoaderTag.addEventListener('load', function () {
3737
System.import('./nomodule/main-a.js');
3838
System.import('./nomodule/main-b.js');

0 commit comments

Comments
 (0)