feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/dependencies/ConstDependency.js
generated
vendored
2
node_modules/webpack/lib/dependencies/ConstDependency.js
generated
vendored
@@ -44,7 +44,7 @@ class ConstDependency extends NullDependency {
|
||||
*/
|
||||
updateHash(hash, context) {
|
||||
if (this._hashUpdate === undefined) {
|
||||
let hashUpdate = "" + this.range + "|" + this.expression;
|
||||
let hashUpdate = `${this.range}|${this.expression}`;
|
||||
if (this.runtimeRequirements) {
|
||||
for (const item of this.runtimeRequirements) {
|
||||
hashUpdate += "|";
|
||||
|
||||
Reference in New Issue
Block a user