Created a project using Vue CLI 3.7.0 and installed bootstrap-vue 2.0.0-rc.19. Vue CLI scaffolded projects use Webpack which uses file-loader.
When running the server locally, <img src='../assets/images/test.jpg'>
gets replaced by <img src='/img/test.4d111941.jpg'>
.
Using a BootstrapVue directive, <b-carousel-slide img-src='../assets/images/test.jpg'>
does not result in a cache-busted URL.
Anyone run into this? Wondering if I have to override some Webpack behavior in vue.config.js.