Skip to content

Instantly share code, notes, and snippets.

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

Voronin Vitaliy PaxExterminatus

🏠
Working from home
  • Belarus
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'],