ошибка с MIME типами
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/jpeg". Strict MIME type checking is enforced for module scripts per HTML spec.
из-за import GrassTexture from '../../static/textures/grass_background.jpg';
webpack создает билд как мне надо и работает вроде бы хорошо)
devServer: {
publicPath: '/public/',
compress: true,
port: 9000,
hot: true,
open: true,
}
Но в режиме devServer webpack'a или в стороннем liveServer в браузере возникает данная ошибка. Я что-то не смог найти, как обойти ограничение браузера, что делать?