We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally from webpack/webpack-dev-server#670 - @ibufu
Previously, using a / in output.filename worked:
output.filename
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.
GetFilenameFromUrl
The text was updated successfully, but these errors were encountered:
Confirmed that this is not an issue in webpack-dev-middleware, but in webpack. See webpack/webpack#3189
Sorry, something went wrong.
No branches or pull requests
Originally from webpack/webpack-dev-server#670 - @ibufu
Previously, using a
/
inoutput.filename
worked:Now it returns a 404.
This probably broke when the
GetFilenameFromUrl
method was refactored. Should add an extra test for this.The text was updated successfully, but these errors were encountered: