I updated some webpack stuff and now they expect imports using the npm packages exports.
New syntax is:
Old syntax:
It is expecting you to use imports from the swiper node modules package.json export field here:
Question:
How to get WebStorm/PhpStorm to recognize this?