Skip to content

Commit

Permalink
chore(architecture): monorepo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Nov 15, 2024
1 parent 28ab80f commit af45df1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/Debug/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,12 @@
"root": ["./src"],
"extensions": [".js", ".ts", ".tsx"]
}],
["babel-plugin-inline-import", {
"extensions": [
".json",
".geojson",
".glsl",
".css"
]
}],
["module-extension-resolver", {
"srcExtensions": [".ts", ".js"]
}],
["@babel/plugin-transform-runtime", {
"regenerator": false
}],
["minify-replace", {
"replacements": [{
"identifierName": "__DEBUG__",
"replacement": {
"type": "booleanLiteral",
"value": false
}
}]
}],
["minify-dead-code-elimination"]
]
}

0 comments on commit af45df1

Please sign in to comment.