ReplyNov 28, 2017
Thanks. I actually just got rid of all my JQuery dependencies (using Bootstrap 3) just yesterday. Thank goodness there were some solutions out there to solve some of the UI problems. I'm making a video app, using Video.js and I still haven't found a way to get videos to load in the app without hitting refresh. Included in my Webpack "main.js" file and required the JS and the CSS like so but to no avail: require('video.js/dist/video.min.js') require('!vue-style-loader!css-loader!video.js/dist/video-js.min.css') Empty pages until I refresh. Any ideas what could be causing it?