Skip to content

Commit

Permalink
chore: remove useless line in webpack5-loader (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jul 21, 2022
1 parent 4c16605 commit 5c18ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack5-loader/src/index.ts
Expand Up @@ -111,7 +111,6 @@ const webpack5Loader: Loader = function webpack5LoaderPlugin(
const request = `${outputFileName}!=!${outputCssLoader}?cacheProvider=${encodeURIComponent(
typeof cacheProvider === 'string' ? cacheProvider : ''
)}!${this.resourcePath}`;
this.utils.contextify(this.context || this.rootContext, request);
const stringifiedRequest = JSON.stringify(
this.utils.contextify(this.context || this.rootContext, request)
);
Expand Down

0 comments on commit 5c18ae2

Please sign in to comment.