feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js
generated
vendored
2
node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js
generated
vendored
@@ -55,7 +55,7 @@ class ExportPropertyLibraryPlugin extends AbstractLibraryPlugin {
|
||||
*/
|
||||
parseOptions(library) {
|
||||
return {
|
||||
export: library.export
|
||||
export: /** @type {string | string[]} */ (library.export)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user