Added new build system via Rollup !

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2019-12-05 10:00:06 +01:00
parent a43f691843
commit 45b19bd4fe
7 changed files with 660 additions and 11 deletions

7
.babelrc Normal file
View File

@ -0,0 +1,7 @@
{
"presets": [
"@babel/env",
"@babel/typescript"
],
"useBuiltIns": "usage"
}