feat: refactoring project
This commit is contained in:
3
node_modules/webpack/lib/library/SystemLibraryPlugin.js
generated
vendored
3
node_modules/webpack/lib/library/SystemLibraryPlugin.js
generated
vendored
@@ -58,8 +58,9 @@ class SystemLibraryPlugin extends AbstractLibraryPlugin {
|
||||
`System.js library name must be a simple string or unset. ${AbstractLibraryPlugin.COMMON_LIBRARY_NAME_MESSAGE}`
|
||||
);
|
||||
}
|
||||
const _name = /** @type {string} */ (name);
|
||||
return {
|
||||
name: /** @type {string} */ (name)
|
||||
name: _name
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user