Skip to content

Commit a117363

Browse files
chore(deps): update dependencies and add delorean
1 parent 3ab689e commit a117363

File tree

5 files changed

+35
-15640
lines changed

5 files changed

+35
-15640
lines changed

.babelrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"sourceType": "script",
3+
"presets": [
4+
[
5+
"@babel/preset-env",
6+
{
7+
"useBuiltIns": "entry",
8+
"corejs": "3.22"
9+
}
10+
]
11+
]
12+
}

.deloreanrc.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"map" : [
3+
"sencha.classpath",
4+
"sencha.overrides",
5+
"classpath",
6+
"overrides"
7+
],
8+
"toolkits": [
9+
"modern", "classic"
10+
],
11+
"builds": [
12+
"desktop", "shared"
13+
]
14+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/tests/index.extjs-browser.html
55

66
.extjs-build
7+
/.deloreanbuild/
8+
/package.json.delorean

0 commit comments

Comments
 (0)