fix: quotes

This commit is contained in:
scarletsky 2019-06-13 15:42:01 +08:00
parent ad08ecc345
commit cd0ea22d8f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class WebWorkerMainTemplatePlugin {
"if(!installedChunks[chunkId]) {",
Template.indent([
"importScripts(" +
`__webpack_require__.p + ` +
"__webpack_require__.p + " +
mainTemplate.getAssetPath(JSON.stringify(chunkFilename), {
hash: `" + ${mainTemplate.renderCurrentHashCode(hash)} + "`,
hashWithLength: length =>