Closed
Description
openedon Aug 2, 2016
I have a structure like:
/ham/egg/chips/index.js
/ham/egg/foo.js
then in /ham/egg/chips/index.js I sometimes have code that accidental ends up like:
import x from '../../egg/foo.js'
but I'd much rather it be:
import x from '../foo.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment