Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen committed Jul 9, 2021
1 parent ebfb30b commit 9b6367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Server {
async bundle(inputs: string[], options: BundleOptions) {
let { graph = {} } = options;
try {
const { bundles, graph: newGraph, chunks } = await this.#bundler.bundle(
const { bundles, graph: newGraph } = await this.#bundler.bundle(
inputs,
options,
);
Expand Down

0 comments on commit 9b6367f

Please sign in to comment.