sebavan 6 years ago
parent
commit
55b486a55d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tools/Gulp/tasks/gulpTasks-watchLibraries.js

+ 1 - 1
Tools/Gulp/tasks/gulpTasks-watchLibraries.js

@@ -26,7 +26,7 @@ gulp.task("watchLibraries", function startWatch() {
                 }
 
                 var configFolder = path.dirname(path.resolve(__dirname, configPath));
-                var wpConfig = require(path.resolve(configFolder, settings.build.webpack));
+                var wpConfig = require(path.resolve(configFolder, settings.webpack));
 
                 // watch on.
                 wpConfig.watch = true;