feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/dependencies/LocalModule.js
generated
vendored
2
node_modules/webpack/lib/dependencies/LocalModule.js
generated
vendored
@@ -29,7 +29,7 @@ class LocalModule {
|
||||
* @returns {string} variable name
|
||||
*/
|
||||
variableName() {
|
||||
return "__WEBPACK_LOCAL_MODULE_" + this.idx + "__";
|
||||
return `__WEBPACK_LOCAL_MODULE_${this.idx}__`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user