LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

Eliminate need for relative paths in module import statements #123

Closed heyheyjp closed 8 years ago

heyheyjp commented 8 years ago

@prattsj commented on Wed May 25 2016

I believe relative paths are evil. :-)

As mentioned in https://github.com/LearnersGuild/game/pull/101#discussion_r64617691, I'm a huge fan of using a workaround.

https://gist.github.com/branneman/8048520 outlines some good options.

I'm personally partial to symlinks or setting the NODE_PATH variable, but I'd honestly be game for any of these suggestions in order to do away with the torture of specifying relative paths.


@jeffreywescott commented on Wed May 25 2016

As long as it works seamlessly with Webpack, let's do it!