Skip to content

Commit f0b24a0

Browse files
committed
fix: Support react 16
Closes: #78
1 parent 2040e88 commit f0b24a0

File tree

15 files changed

+13423
-82
lines changed

15 files changed

+13423
-82
lines changed

.build/webpack.config.umd.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ module.exports = {
1111
},
1212
plugins: [
1313
new webpack.optimize.UglifyJsPlugin({
14-
compress: { warnings: false },
15-
output: { comments: false }
14+
compress: { warnings: false }
1615
}),
1716
new webpack.DefinePlugin({ "process.env.NODE_ENV": '"production"' })
1817
],

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '7'
8+
- '8'
99
- '6'
10-
- '4'
1110
before_script:
1211
- npm prune
1312
install:

0 commit comments

Comments
 (0)