Closed
Description
I just use the whole vuejs-templates-webpack to create a project. I then installed bootstrap,in my entry js
i required the bootstrap less files with require('bootstrap/less/bootstrap.less');
,i then use the bootstrap glyphicon style class in my .vue
template, But when i run npm run build
, I found that the the fontface
in the vendorXXXXX.css
in the static/css
folder is ./static/fonts/glyphicons-halflings-regular.f4769f9.eot?#iefix
, therefore i got many 404 errors
when i visit the project from my server : rootpath/static/css/static/fonts
is not found on the server.
So, how to make vue-loader ignore resolving the path of the fontface in the bootstrap less file ?
Metadata
Metadata
Assignees
Labels
No labels