Skip to content

Commit b1a9482

Browse files
guybedfordlukastaegert
authored andcommitted
use minified s.js build (#9)
1 parent e269cec commit b1a9482

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.js';
35+
systemJsLoaderTag.src = 'https://unpkg.com/systemjs@2.0.0-alpha.1/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)