With webpack5, it fails to compile because of the line: import 'vue-plyr/dist/vue-plyr.css' I guess the right way to format that is: <style> @import 'vue-plyr/dist/vue-plyr.css'; </style>