WebStormRequireJsPlugin
WebStormRequireJsPlugin copied to clipboard
Option to not refactor paths when moving files
I have an issue with path names, which are being updated whenever i move a file.
Original:
define(['views/components/filters/base'], ...
After moving:
define(['../../../../components/filters/base'], ...
It would be great to be able to disable updating paths in dependencies upon moving a file!