Skip to content

Commit

Permalink
chore: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
PengBoUESTC committed Jan 16, 2023
1 parent 3d227ac commit eec7f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/container/ContainerPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ContainerPlugin {
const { name, exposes, shareScope, filename, library, runtime } =
this._options;

if(!compiler.options.output.enabledLibraryTypes.includes(library.type)) {
if (!compiler.options.output.enabledLibraryTypes.includes(library.type)) {
compiler.options.output.enabledLibraryTypes.push(library.type);
}

Expand Down

0 comments on commit eec7f62

Please sign in to comment.