Skip to content

Commit 8ad54a0

Browse files
committed
fix: lint
1 parent 72db591 commit 8ad54a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app-config-webpack/src/loader.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const loader: wp.loader.Loader = function AppConfigLoader() {
99
if (this.cacheable) this.cacheable();
1010

1111
const callback = this.async()!;
12-
const { headerInjection = false, noGlobal = false, loading, schemaLoading }: Options =
13-
getOptions(this) || {};
12+
const { noGlobal = false, loading, schemaLoading }: Options = getOptions(this) || {};
1413

1514
loadValidatedConfig(loading, schemaLoading)
1615
.then(({ fullConfig, filePaths, validationFunctionCode }) => {

0 commit comments

Comments
 (0)