-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Allow the output filename to be a function #1408
Comments
Please note that webpack-dev-server is presently in a maintenance-only mode and will not be accepting any additional features in the near term. Most new feature requests can be accomplished with Express middleware; please look into using the before and after hooks in the documentation. Use webpack-serve for a fast alternative. Use webpack-dev-server if you need to test on old browsers. From https://github.com/webpack/webpack-dev-server#project-in-maintenance |
Could you reopen this, now that webpack-dev-server is maintained again? |
@stoykostanchev 👍 PR welcome |
Code
Expected Behavior
webpack-dev-server
command starts the server and creates a bundlepreview.js without the chunkhashActual Behavior
webpack-dev-server
command fails with the message:For Bugs; How can we reproduce the behavior?
For Features; What is the motivation and/or use-case for the feature?
In optionsSchema.json allow filename to be a function:
The text was updated successfully, but these errors were encountered: