Could I set global alias path of "import module" in Meteor 1.3?

I have the problem with my app structure, if I changed any folder name

import .... from 'app/path';

// change to
import ... from 'app/change/path'

So I will change many import path in my app.
Please help me how to set global alias path for import/require?

Did any solution come up?