I learned to love the webpack's "-w" option, which auto-recompiles the bundle(s) whenever source file is changed. Plus, it's really fast comparing to the full compile.
However, I ran into issue - when I moved my project from one computer to another, I found out that even though I can run webpack fine (it compiles all), it did NOT trigger the auto-recompile when I was modifying the source files.
After lots of experimentation, I found out that it was related to the folder name.
There's a bug reported already on that subject.
In short, you cannot have "(" or ")" anywhere in the path to your project.
So while this works fine:
c:\my projects\sample1\root
This stops watch from working:
c:\(my projects)\sample1\root
Thursday, May 26, 2016
Monday, January 04, 2016
Computer wakes up during night on its own
I've had the issue with my desktop for ages and now, after upgrading to Windows 10, my Asus laptop started to do the same - wake up during night w/o reason.
I followed this post to check:
powercfg –lastwake
powercfg -devicequery wake_armedand disabled wake-up settings for my mouse and network adapter. This didn't help.
Next I followed this post and disabled the wake-up settings of the task:
Problem solved at last :)
I followed this post to check:
powercfg –lastwake
powercfg -devicequery wake_armedand disabled wake-up settings for my mouse and network adapter. This didn't help.
Next I followed this post and disabled the wake-up settings of the task:
Problem solved at last :)
Subscribe to:
Posts (Atom)