In simple words, I am trying to add stylesheet by the twitter-bootstrap package which I bundled using laravel-mix(webpack) to my .hbs template. but not able to load this error is being logged into the browser console.
Refused to apply style from .css file because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
In simple words, I am trying to add stylesheet by the twitter-bootstrap package which I bundled using laravel-mix(webpack) to my .hbs template. but not able to load this error is being logged into the browser console.
Refused to apply style from .css file because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
I am new to express handle-bar, please help