mix.alias({ '@': path.join(__dirname, 'resources/js') });. This allows one to write import { useFoo } from "@/Hooks and it'll be expanded to import { useFoo } ...
確定! 回上一頁