Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f9894e

Browse files
authored
Merge branch 'krausest:master' into master
2 parents 507001b + 9fffce7 commit 7f9894e

File tree

94 files changed

+18268
-19527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+18268
-19527
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"loose": true,
7+
"modules": false,
8+
"exclude": [
9+
"@babel/plugin-proposal-dynamic-import"
10+
]
11+
}
12+
]
13+
],
14+
"plugins": [
15+
[
16+
"@babel/plugin-proposal-decorators",
17+
{
18+
"version": "2023-11"
19+
}
20+
],
21+
"@babel/plugin-transform-class-static-block",
22+
[
23+
"@babel/plugin-transform-class-properties",
24+
{
25+
"loose": true
26+
}
27+
],
28+
"@babel/plugin-syntax-dynamic-import"
29+
]
30+
}

frameworks/keyed/aurelia2/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Aurelia 2</title>
5+
<link href="/css/currentStyle.css" rel="stylesheet"/>
6+
<script type="module" src="./src/main.js"></script>
7+
</head>
8+
<body>
9+
<my-app></my-app>
10+
</body>
11+
</html>
12+

0 commit comments

Comments
 (0)