Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Jan 17, 2019
1 parent e4d4a73 commit e327b75
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"presets": ["@babel/env", "@babel/react", "@babel/flow"],
"plugins": [
"@babel/plugin-proposal-class-properties",
["@babel/plugin-transform-runtime", { "corejs": 2 }],
"array-includes"
["@babel/plugin-transform-runtime", { "corejs": 2 }]
],
"env": {
"production": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"babel-eslint": "^8.2.5",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-preset-env": "^7.0.0-beta.3",
"babel-register": "^7.0.0-beta.3",
"cross-env": "^5.1.4",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default {
'prop-types',
'@fortawesome/react-fontawesome',
'@fortawesome/free-regular-svg-icons',
'@babel/runtime-corejs2',
'@babel/runtime/regenerator',
'@babel/runtime/helpers/asyncToGenerator',
'@babel/runtime/helpers/objectWithoutProperties',
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1965,10 +1965,6 @@ babel-plugin-add-module-exports@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"

babel-plugin-array-includes@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/babel-plugin-array-includes/-/babel-plugin-array-includes-2.0.3.tgz#cf5452e81c7b803fb7959f1045ac88e2ec28ff76"

[email protected]:
version "7.0.0-beta.3"
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-beta.3.tgz#d4b0c9de206c6478df2d74b7d82f4f94662b2a4b"
Expand Down

0 comments on commit e327b75

Please sign in to comment.