Skip to content

Commit bd32458

Browse files
author
surmon
committed
webpack config
1 parent 67d472f commit bd32458

File tree

4 files changed

+782
-0
lines changed

4 files changed

+782
-0
lines changed

Diff for: .babelrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": ["es2015", "stage-2"],
3+
"plugins": [
4+
"transform-es2015-destructuring",
5+
"transform-object-rest-spread"
6+
],
7+
"comments": false,
8+
"env": {
9+
"test": {
10+
"plugins": [ "istanbul" ]
11+
}
12+
}
13+
}

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config/*.js

0 commit comments

Comments
 (0)