It's a local file. It has alot of compressed code in it for page load optimisation reasons. Perhaps a solution could be to seperate the compressed library code and then embed it again before production, but its bit of hassle. I'll figure something out, thanks
How big is the file (lines)?
You can disable the real-time inspections - that's the biggest issue. Is the file local or on a network drive?
It's a local file. It has alot of compressed code in it for page load optimisation reasons. Perhaps a solution could be to seperate the compressed library code and then embed it again before production, but its bit of hassle. I'll figure something out, thanks
Yes, I would suggest to work on 'debug' version (split) and then combine/minify during build phase.
Kirill