-
Notifications
You must be signed in to change notification settings - Fork 75
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
Change output directory #47
Comments
It took a bit of effort for me to figure it out so I though I'll provide my solution for the ones to come
|
@PeterKottas ah brilliant, thank you for that @alex-ketch thanks also for the input, but as far as I could tell, context changes the output directory for everything. |
Also, while I'm new to webpack, and so don't know if it's implicitly obvious that there's a name property, it would be nice if it was listed in the readme. |
@tombeers @PeterKottas I've documented the missing options in #48. I also updated the |
I can't seem to find a way to change where the resulting files are output. At the moment they are all put in webpack's
output.path
, but in my case this isn't ideal. Is there any way to change this?Many thanks
The text was updated successfully, but these errors were encountered: