Closed
Description
Originally from webpack/webpack-dev-server#670 - @ibufu
Previously, using a /
in output.filename
worked:
output: {
path: path.resolve(__dirname, "dist"),
filename: '/[name].js'
},
Now it returns a 404.
This probably broke when the GetFilenameFromUrl
method was refactored. Should add an extra test for this.