Skip to content

Commit

Permalink
Change gulp build to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Carlevato committed Jun 3, 2018
1 parent 99d8573 commit c2b6d33
Show file tree
Hide file tree
Showing 50 changed files with 15,867 additions and 4,144 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
"react",
["env", {
"targets": {
"browsers": ["> 0.5%", "last 2 versions", "iOS >= 8", "IE 10", "IE 11"]
}
}]
],
"plugins": [
["transform-class-properties", { "spec": true }]
]
}
57 changes: 0 additions & 57 deletions _build/gulpfile.js

This file was deleted.

Loading

0 comments on commit c2b6d33

Please sign in to comment.