-
Notifications
You must be signed in to change notification settings - Fork 54
Remove devServer.outputPath requirement #5
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
Comments
First I will see if I can make |
@chrisblossom v3.1.7 published. |
@gajus thank you! |
@gajus webpack-dev-server still overwrite output.path, so this plugin get error output.path when use And when I use this plugin in windows, all files are wrote to incorrect place because |
Have you read the usage docs? https://github.com/gajus/write-file-webpack-plugin#usage |
I am not familiar with windows. Can you submit a PR addressing the issue? |
OK. I will make a PR to solve this problem. |
Just a thought to make it less opinionated/remove devServer requirement when not using webpack-dev-server:
Readme could say something along the lines of "If using webpack-dev-server, devServer.outputPath must equal output.path."
The text was updated successfully, but these errors were encountered: