Drop test path from webpack config

This commit is contained in:
Dannon Baker
2018-10-08 14:45:59 -04:00
parent befa3da5b6
commit b78ed0bcbf
-1
View File
@@ -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"
},