Skip to content

Commit 8cf544f

Browse files
committed
Merge branch 'WebReflection-master'
2 parents 5551536 + 97a4619 commit 8cf544f

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

frameworks/keyed/lighterhtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lighterhtml": "0.8.10"
27+
"lighterhtml": "0.9.0"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.2.2",

frameworks/keyed/lighterhtml/rollup.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ export default {
1414
delimiters: ['', '']
1515
}),
1616
babel({
17-
plugins: [
18-
['remove-ungap', {
19-
exclude: [
20-
'@ungap/create-content'
21-
]
22-
}]
23-
],
17+
plugins: [['remove-ungap']]
2418
}),
2519
terser()
2620
],

frameworks/non-keyed/lighterhtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/krausest/js-framework-benchmark#readme",
2626
"dependencies": {
27-
"lighterhtml": "0.8.10"
27+
"lighterhtml": "0.9.0"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.2.2",

frameworks/non-keyed/lighterhtml/rollup.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ export default {
1414
delimiters: ['', '']
1515
}),
1616
babel({
17-
plugins: [
18-
['remove-ungap', {
19-
exclude: [
20-
'@ungap/create-content'
21-
]
22-
}]
23-
],
17+
plugins: [['remove-ungap']]
2418
}),
2519
terser()
2620
],

0 commit comments

Comments
 (0)