Skip to content

Commit

Permalink
perf: remove core-js because env
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 12, 2018
1 parent b202c21 commit e76996c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
],
"dependencies": {
"chalk": "^2.3.0",
"core-js": "^2.4.1",
"indent-string": "^3.1.0",
"log-symbols": "^2.1.0",
"post-config": "0.0.4-alpha.11",
Expand Down
2 changes: 0 additions & 2 deletions src/post-processor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Reflect from 'core-js/library/es6/reflect';

const findProcessorName = args => {
const ctx = args.find(ctx => Reflect.has(ctx, 'processor') && Reflect.has(ctx.processor, 'name'));
let name = ctx ? ctx.processor.name : undefined;
Expand Down

0 comments on commit e76996c

Please sign in to comment.