Skip to content

Commit 54f5c0d

Browse files
committed
Add webpack configuration,
Add plugins and others, Fix bugs
1 parent 606ecac commit 54f5c0d

27 files changed

+12622
-5291
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_modules
88
coverage
99

1010
# production
11-
build
11+
build/
1212

1313
# misc
1414
.DS_Store

my-app/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets" : ["es2017","stage-0", "react"]
3+
}

0 commit comments

Comments
 (0)