Update lib/SystemMainTemplatePlugin.js

Co-Authored-By: Rishabh Chawla <rishabh31121999@gmail.com>
This commit is contained in:
agaricus 2019-07-31 16:56:03 +03:00 committed by GitHub
parent 29622fcb0d
commit d0a46d0abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class SystemMainTemplatePlugin {
const externals = chunk.getModules().filter(m => m.external);
// The name this bundle should be registered as with System
// const name = this.name ? `${JSON.stringify(this.name)}, ` : "";
const name = this.name
? `${JSON.stringify(
mainTemplate.getAssetPath(this.name, { hash, chunk })