К
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleNotFoundError: Module not found: Error: Can't resolve '../fonts/glyphicons-halflings-regular.eot' in 'path-to-my-project\src\assets\styles'
Помогите, плз, решить проблему с импортами стилей.
Импорчу из assets\styles\style.css, у него внутри такие вот ссылки:
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
т.е. это по сути assets/fonts. Но при сборке вылетает ошибка выше.