Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
workaround for typescript bug
  • Loading branch information
sokra committed Jan 18, 2021
1 parent 1e988a1 commit 2f6bf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/library/EnableLibraryPlugin.js
Expand Up @@ -88,6 +88,7 @@ class EnableLibraryPlugin {
break;
}
case "assign-properties": {
//@ts-expect-error https://github.com/microsoft/TypeScript/issues/41697
const AssignLibraryPlugin = require("./AssignLibraryPlugin");
new AssignLibraryPlugin({
type,
Expand Down

0 comments on commit 2f6bf31

Please sign in to comment.