Skip to content

Commit

Permalink
refactor: remove unnecessary type conversion failing lint
Browse files Browse the repository at this point in the history
I suspect there were some versioning changes with the e.g. `hoist =
false` setting in npmrc; so eslint now starts failing about this
unnessary type cast. Seems reasonable so this is committed without
deep investigation.
  • Loading branch information
devversion authored and clydin committed Dec 16, 2024
1 parent 0aa4d27 commit d6766ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export function serveWebpackBrowser(
...buildEvent,
baseUrl: serverAddress,
stats: generateBuildEventStats(webpackRawStats, browserOptions),
} as DevServerBuilderOutput;
};
}),
);
}),
Expand Down

0 comments on commit d6766ba

Please sign in to comment.