Pablo Feldman
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Importing from webpack aliases does not work automatically
I have a javascript/typescript project with webpack. I'm using webpack aliases like this: resolve: { alias: { "@config": path.join(ROOT_DIR, "/config"), "@hooks": path.join(ROOT_DIR... -
Created How to remove new tabs on Mac OSx
I have recently updated my version of Webstorm. And when I have more than 1 project open, I see this tabs on the top. Is there a way to disable it, and open different instances in different window...