Skip to content

Commit 327c15e

Browse files
authored
Merge pull request #38 from Lemoncode/feature/boilerupdate
sample updated and working
2 parents 70dcb9d + 77c9441 commit 327c15e

File tree

7 files changed

+59
-6536
lines changed

7 files changed

+59
-6536
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)