Skip to content

Commit 084596a

Browse files
refactor: add information for delorean
2 parents 4da0c99 + ca1ecfe commit 084596a

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

Diff for: .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+
}

Diff for: .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+
}

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/node_modules/
55
*.env
66
/.extjs-link.conf.json
7+
/.deloreanbuild/
8+
/package.json.delorean

0 commit comments

Comments
 (0)