[deleted] deleted this post

EDIT: nvm, it works. Forgot a piece of the path in my case.

I’ve tried

import foo from '/imports/path/to/foo'

and

import foo from '{}/imports/path/to/foo'

I’m in Meteor 1.4.3.2.

The first one should work.

Oh, nevermind, it works. I braintooted and forgot about my client folder, so it worked when changed to

import foo from '/client/imports/path/to/foo'