I'd like to make another contribution, thinking how to make larger projects we have a issue in the JavaScript module system, that is about relative paths, nobody like paths like this:
import lang from '../../../../lang'
So I decided to do some Webpack alias, something like:
import lang from '@lang'
Feel free to disagree this approach and change whatever you want.
Hi @fabioars. Your did a cool change but I think that it is very optionate. I don't think that most people use alias. Anyway, thanks for the contribution
Hello Lean,
I'd like to make another contribution, thinking how to make larger projects we have a issue in the JavaScript module system, that is about relative paths, nobody like paths like this:
So I decided to do some Webpack alias, something like:
Feel free to disagree this approach and change whatever you want.