Skip to content

Commit

Permalink
chore(Removed babel-plugin-typecheck and updated lib.): Removed babel…
Browse files Browse the repository at this point in the history
…-plugin-typecheck and updated l

Removed babel-plugin-typecheck and updated lib.
  • Loading branch information
ctrlplusb committed Apr 11, 2016
1 parent adf2d57 commit 9832a69
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,5 @@
"presets": [ "es2015", "stage-1", "react" ],
"ignore": [
"/node_modules/"
],
"plugins": [
["babel-plugin-typecheck", {
"disable": {
"production": true
}
}]
]
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Webpack stats file output used for bundle optimisation.
webpack-stats.json
lib/stats.json

#####=== Node ===#####

Expand Down
Loading

0 comments on commit 9832a69

Please sign in to comment.