Skip to content

Fails to compile if importing css as in the example #516

@pablodegrande

Description

@pablodegrande

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions