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.
1 parent cd30be7 commit 8b73bd6Copy full SHA for 8b73bd6
frameworks/non-keyed/cydon/index.html
@@ -4,6 +4,7 @@
4
<meta charset="utf-8">
5
<title>Cydon</title>
6
<link href="/css/currentStyle.css" rel="stylesheet">
7
+ <script defer src="dist/main.js"></script>
8
</head>
9
<body>
10
<main-app>
@@ -51,6 +52,5 @@ <h1>Cydon</h1>
51
52
</div>
53
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
54
</main-app>
- <script src="dist/main.js"></script>
55
</body>
56
</html>
frameworks/non-keyed/cydon/rollup.config.js
@@ -23,9 +23,7 @@ if (process.env.production) {
23
export default {
24
input: 'src/main.js',
25
output: {
26
- file: 'dist/main.js',
27
- format: 'iife',
28
- name: 'main'
+ file: 'dist/main.js'
29
},
30
plugins
31
};
0 commit comments