mirror of https://github.com/webpack/webpack.git
Fix quote
This commit is contained in:
parent
8b9fea3790
commit
bd07e67a6a
|
|
@ -49,7 +49,7 @@ class RequireChunkLoadingRuntimeModule extends RuntimeModule {
|
|||
rootOutputDir =
|
||||
chunkInnerDirsCount > 0
|
||||
? JSON.stringify("../".repeat(chunkInnerDirsCount))
|
||||
: "'./'";
|
||||
: '"./"';
|
||||
}
|
||||
|
||||
return Template.asString([
|
||||
|
|
|
|||
Loading…
Reference in New Issue