R Lossin

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • R Lossin created a post,

    Resolve alias using Laravel-Mix

    Hello everybody, I got this (shortened) mix-file (`webpack.mix.js`):   const mix = require('laravel-mix');const path = require('path');mix.webpackConfig({ resolve: { extensions: ['.js...
  • R Lossin created a post,

    Code inspection stuck until manually invalidating cache

    Unfortunately PHPStorm shows errors in one specific file that aren't there.   Sometimes it marks a typo, which is already corrected, as wrong. I always need to invalidate cache and restart.   About...