May 11, 2017
0
Level 27
Simple "import" path
Hi It's possible to make with mix/webpack import paths like this:
import Menu from 'components/Menu'
instead of sth like this:
import Menu from '../../Menu'
Example is located in resources/assets/js/components/Xyz/Zyx.js
Please or to participate in this conversation.