Skip to content

Commit

Permalink
chore(NA): remove override method for exportsArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 26, 2021
1 parent 88bb993 commit 9268491
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/kbn-optimizer/src/worker/bundle_ref_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ export class BundleRefModule extends Module {
super('kbn/bundleRef', null);
}

// eslint-disable-next-line @typescript-eslint/explicit-member-accessibility
get exportsArgument() {
return (this.buildInfo && this.buildInfo.exportsArgument) || 'exports';
}

libIdent() {
return this.ref.exportId;
}
Expand Down

0 comments on commit 9268491

Please sign in to comment.