diff --git a/gulpfile.js b/gulpfile.js index b2cbe02..7519ad8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,6 @@ gulp.task("webpack-dev-server", function(callback) { // Start a webpack-dev-server new WebpackDevServer(webpack(myConfig), { - publicPath: "/" + myConfig.output.publicPath, stats: { colors: true }