Skip to content

Commit

Permalink
fix(cli): fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Apr 8, 2020
1 parent 7f97b2b commit 2e563f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/cli/core/plugins/parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ exports = module.exports = function() {
component: ctx.component
};

this.fileDep.addDeps(
ctx.file,
obj.depModules.map(d => d.file)
);
this.fileDep.addDeps(ctx.file, obj.depModules.map(d => d.file));

let componentValue = ctx.component;
const t = this.assets.type(ctx.file);
Expand Down

0 comments on commit 2e563f9

Please sign in to comment.