diff --git a/client/webpack.config.js b/client/webpack.config.js index 746b9885076..7f88d0d8923 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -15,7 +15,6 @@ let buildconfig = { }, output: { path: path.join(__dirname, "../", "static/scripts/bundled"), - // path: path.resolve(__dirname, "dist"), // test location filename: "[name].bundled.js", chunkFilename: "[name].chunk.js" },