Skip to content

Commit

Permalink
Merge pull request #16535 from rwjblue/remove-proto-to-assign
Browse files Browse the repository at this point in the history
Remove `babel-plugin-transform-proto-to-assign` usage.
  • Loading branch information
rwjblue authored Apr 17, 2018
2 parents c1f4d5b + b173411 commit fd0efe8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion broccoli/to-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = function toES5(tree, _options) {
['transform-es2015-block-scoping', { throwIfClosureRequired: true }],
['check-es2015-constants'],
['transform-es2015-classes', { loose: true }],
['transform-proto-to-assign'],
['transform-object-assign'],
injectNodeGlobals,
['transform-es2015-modules-amd', { noInterop: true, strict: true }],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-template": "^6.26.0",
"backburner.js": "^2.2.2",
"broccoli-babel-transpiler": "^6.1.4",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,13 +886,6 @@ babel-plugin-transform-object-assign@^6.22.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-transform-proto-to-assign@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-proto-to-assign/-/babel-plugin-transform-proto-to-assign-6.26.0.tgz#c493e24a62749a44f7ede96506c0cb3a1891f67b"
dependencies:
babel-runtime "^6.26.0"
lodash "^4.17.4"

babel-plugin-transform-regenerator@^6.22.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
Expand Down

0 comments on commit fd0efe8

Please sign in to comment.