Skip to content

Commit

Permalink
handle babel multiple-helper warning
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Miserey <frederic@none.net>
  • Loading branch information
Frédéric Miserey authored and robmadole committed Oct 16, 2017
1 parent ddff325 commit 7f8e09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"test": "jest"
},
"peerDependencies": {

"@fortawesome/fontawesome": ">=0.0.18",
"prop-types": "^15.5.10",
"react": "^16.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome": "0.0.18",
"babel-jest": "^21.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
Expand Down
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export default {
"react",
"stage-3"
],
plugins: [
"external-helpers"
],
exclude: 'node_modules/**'
})
]
Expand Down

0 comments on commit 7f8e09b

Please sign in to comment.