Skip to content

Commit

Permalink
fix: Support react 16
Browse files Browse the repository at this point in the history
Closes: #78
  • Loading branch information
d4rkr00t committed Dec 4, 2017
1 parent 2040e88 commit f0b24a0
Show file tree
Hide file tree
Showing 15 changed files with 13,423 additions and 82 deletions.
3 changes: 1 addition & 2 deletions .build/webpack.config.umd.js
Expand Up @@ -11,8 +11,7 @@ module.exports = {
},
plugins: [
new webpack.optimize.UglifyJsPlugin({
compress: { warnings: false },
output: { comments: false }
compress: { warnings: false }
}),
new webpack.DefinePlugin({ "process.env.NODE_ENV": '"production"' })
],
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,9 +5,8 @@ cache:
notifications:
email: false
node_js:
- '7'
- '8'
- '6'
- '4'
before_script:
- npm prune
install:
Expand Down

0 comments on commit f0b24a0

Please sign in to comment.