[packages][m]: mv @flowershow/core package here

This commit is contained in:
olayway
2023-05-26 19:43:23 +02:00
parent 0b8c56bcac
commit 9ef5d52497
83 changed files with 3081 additions and 1 deletions

12
packages/core/.babelrc Normal file
View File

@@ -0,0 +1,12 @@
{
"presets": [
[
"@nrwl/react/babel",
{
"runtime": "automatic",
"useBuiltIns": "usage"
}
]
],
"plugins": []
}