diff --git a/config/helpers/incremental_webpack_compiler.js b/config/helpers/incremental_webpack_compiler.js index bdf77f750b728aac6b5941baa26c3cc68961f9d8..889e627d2c50ccb1a9045ba2f0290c4b6bd08375 100644 --- a/config/helpers/incremental_webpack_compiler.js +++ b/config/helpers/incremental_webpack_compiler.js @@ -9,7 +9,7 @@ const TIMEOUT = 5000; class NoopCompiler { constructor() { - this.enabled = false + this.enabled = false; } filterEntryPoints(entryPoints) {