Skip to content

Commit

Permalink
Don't exlude Babel helpers from bundle
Browse files Browse the repository at this point in the history
- Since oly the typeof helper is used, it's much more simple and
efficient to include it.
  • Loading branch information
pascalduez committed Jun 18, 2018
1 parent 08962b2 commit 25e86e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"babel-cli": "6.26.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.2.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export default {
'react',
'flow',
],
plugins: ['external-helpers'],
externalHelpers: true,
}),
resolve({
module: true,
Expand Down
6 changes: 0 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -766,12 +766,6 @@ babel-plugin-check-es2015-constants@^6.22.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-external-helpers@6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz#2285f48b02bd5dede85175caf8c62e86adccefa1"
dependencies:
babel-runtime "^6.22.0"

babel-plugin-istanbul@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e"
Expand Down

0 comments on commit 25e86e5

Please sign in to comment.