Skip to content

Commit

Permalink
Webpack & Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
zchan0 committed Nov 19, 2017
1 parent 51c1094 commit 2d6bdf1
Show file tree
Hide file tree
Showing 5 changed files with 3,978 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": [ "es2015" ]
}
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,8 @@
.htmlhintrc
.stylelintrc
.eslintrc.json

/node_modules
/dist

.vscode/

0 comments on commit 2d6bdf1

Please sign in to comment.