[Base][m]: Set up component library base and build scripts

This commit is contained in:
Rising Odegua
2021-04-28 13:47:06 +01:00
parent b4b43be11d
commit 6ead0c9ca2
11 changed files with 15385 additions and 0 deletions

3
packages/portal/.babelrc Normal file
View File

@@ -0,0 +1,3 @@
{
"presets": ["@babel/env", "@babel/preset-react"]
}