Skip to content

Commit

Permalink
Use babel polyfill (#15)
Browse files Browse the repository at this point in the history
* using webpack to bundle and minify, using babel polyfill rather than including them manually

* trying to get coveralls to work with nyc rather than istanbul

* changing coveralls script

* trying different coveralls script

* ignoring lib and test directories in code climate

* removing old files and ignoring webpack config in codeclimate yaml

* adding start script
  • Loading branch information
pat310 committed Jan 28, 2017
1 parent 1ae1a07 commit 562871a
Show file tree
Hide file tree
Showing 19 changed files with 1,313 additions and 941 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["babel-plugin-add-module-exports"]
}
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ engines:
wrap-iife:
enabled: false
no-loop-func:
enabled: false
enabled: false
guard-for-in:
enabled: false
fixme:
Expand All @@ -19,4 +19,4 @@ ratings:
paths:
- "**.js"
- "**.jsx"
exclude_paths: ["test.js"]
exclude_paths: ["test", "lib", "webpack.config.js"]
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

Loading

0 comments on commit 562871a

Please sign in to comment.