mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Drop test path from webpack config
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user