Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 3b4b02d

Browse files
committed
Adhere to lint rules
1 parent fb310ed commit 3b4b02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class InlineChunkManifestHtmlWebpackPlugin {
88

99
this.manifestFilename = options.filename || "manifest.json";
1010
this.manifestVariable = options.manifestVariable || "webpackManifest";
11-
this.chunkManifestVariable = options.chunkManifestVariable ||
12-
"webpackChunkManifest";
11+
this.chunkManifestVariable =
12+
options.chunkManifestVariable || "webpackChunkManifest";
1313
this.dropAsset = options.dropAsset || false;
1414

1515
this.plugins = [

0 commit comments

Comments
 (0)