Aria Fallah
Aria Fallah
Thanks for the bug report @8NAF. Your english is great :). Regarding the bug, I don't have a ton of time to investigate why this is happening or to fix...
I might just never close it haha. Thank you for the warm words!
@AlexKvazos For the time being, I've become really busy, and I don't think I'll put out future parts for at least another week or two. Another part of the reason...
@felicedeNigris that's interesting. That's how you would do hot reloading from the CLI if you didn't have it configured in you webpack.config.dev.js, but if you have the `HotModuleReplacementPlugin` and the...
@Silentz0r Hey, nice observation! I was also confused about this when I first started. First you should understand that you're running two different commands: ```json "build": "webpack --config webpack.config.prod.js", "dev"...
@Silentz0r It's a bit hard to understand what you're asking. I would recommend either asking on Stack Overflow, or making a new issue with more details.
I think this is an awesome idea! With regards to naming, I think `regex!` is great, and if unwrap is truly a concern there can be a `try_regex!` since it's...
Hi! Maybe there's some way to give a better error here, but it just means there's an issue with the providing input stream. Maybe the file is missing or something...