Skip to content

Commit 49bb4a3

Browse files
author
Guillaume Chau
committed
Added distribution files
1 parent d2ff7de commit 49bb4a3

10 files changed

+7003
-30
lines changed

.babelrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
{
2-
"presets": ["stage-0"]
2+
"presets": [
3+
[
4+
"es2015",
5+
{
6+
"modules": false
7+
}
8+
],
9+
"stage-0"
10+
],
11+
"plugins": [
12+
"external-helpers"
13+
]
314
}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
node_modules/
2-
dist/

0 commit comments

Comments
 (0)