Skip to content

Commit

Permalink
refactor: add delorean relevant configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Dec 15, 2022
1 parent a490b58 commit 3a18799
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"sourceType": "script",
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": "3.22"
}
]
]
}
14 changes: 14 additions & 0 deletions .deloreanrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"map" : [
"sencha.classpath",
"sencha.overrides",
"classpath",
"overrides"
],
"toolkits": [
"modern", "classic"
],
"builds": [
"desktop", "shared"
]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/node_modules/
*.env
/.extjs-link.conf.json
/.deloreanbuild/
/package.json.delorean

0 comments on commit 3a18799

Please sign in to comment.