Skip to content

Commit 8084cf5

Browse files
authored
Merge branch 'master' into master
2 parents 0fd045f + aa7d1bb commit 8084cf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+7653
-8752
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ typings/
77
*/src/**/*.js.map
88
*.log
99
**/.vscode/
10+
package-lock.json

00 Boilerplate/.babelrc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"presets": [
3-
"env"
3+
[
4+
"env",
5+
{
6+
"modules": false
7+
}
8+
]
49
]
5-
}
10+
}

0 commit comments

Comments
 (0)