fix: lint

This commit is contained in:
jamesgeorge007 2019-08-10 13:57:56 +05:30
parent af8906df11
commit 72ee5a3579
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ class Entrypoint extends ChunkGroup {
/**
* @param {Chunk} oldChunk chunk to be replaced
* @param {Chunk} newChunk New chunkt that will be replaced
* @returns {boolean} rerturns true for
* @param {Chunk} newChunk New chunk that will be replaced with
* @returns {boolean} returns true if the replacement was successful
*/
replaceChunk(oldChunk, newChunk) {
if (this.runtimeChunk === oldChunk) this.runtimeChunk = newChunk;