Skip to content

Instantly share code, notes, and snippets.

View bnd170's full-sized avatar
🏠
Working from home

Borja Pombo bnd170

🏠
Working from home
  • Developer at FlexMyRoom
  • Alicante, Spain
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'],