Skip to content

Instantly share code, notes, and snippets.

View georgechaduneli's full-sized avatar

George Chaduneli georgechaduneli

View GitHub Profile
// On PhpStorm, when ussing with laravel mix, for Alias path resolving in components you have to:
// - create a webpack.config.js file separately like:
const path = require('path')
const webpack = require('webpack')
module.exports = {
...
resolve: {
extensions: ['.js', '.json', '.vue'],