Profesor08
Profesor08
@dbismut It is bug, and not working. Look at video, no extensions enabled. Localstarage has this peace of code, and this is cause of bug. 
Currently the original issue is not reproducing. Dead links are not related to.
Currently I'm experiencing same issue with PostCSS. No sourcemaps are generateed if I use `postcss-import` plugin. The only way to fix this is to disable `lightningcssLoader: false`. There is no...
For those who run in same issue, there are workarounds - add a `key` prop for ``, this will force component recreation, with all side effects... - use `setTimeout` after...