Skip to content

Commit 6c9f43f

Browse files
committed
Merge branch '0-v-0-master'
2 parents 8fbbd7f + 9cfbb2e commit 6c9f43f

File tree

4 files changed

+72
-68
lines changed

4 files changed

+72
-68
lines changed

Diff for: frameworks/non-keyed/cydon/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>Cydon</title>
66
<link href="/css/currentStyle.css" rel="stylesheet">
7-
<script defer src="dist/main.js"></script>
87
</head>
98
<body>
109
<main-app>
@@ -52,5 +51,6 @@ <h1>Cydon</h1>
5251
</div>
5352
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
5453
</main-app>
54+
<script src="dist/main.js"></script>
5555
</body>
5656
</html>

Diff for: frameworks/non-keyed/cydon/package-lock.json

+67-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: frameworks/non-keyed/cydon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@rollup/plugin-node-resolve": "^15.2.3",
1717
"@rollup/plugin-replace": "^5.0.5",
1818
"@rollup/plugin-terser": "^0.4.4",
19-
"cydon": "^0.1.8",
20-
"rollup": "^4.7.0",
21-
"terser": "^5.26.0"
19+
"cydon": "^0.1.9",
20+
"rollup": "^4.12.1",
21+
"terser": "^5.29.1"
2222
},
2323
"scripts": {
2424
"dev": "rollup -c -w",

Diff for: frameworks/non-keyed/cydon/rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if (process.env.production) {
2323
export default {
2424
input: 'src/main.js',
2525
output: {
26+
compact: true,
2627
file: 'dist/main.js'
2728
},
2829
plugins

0 commit comments

Comments
 (0)