Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

write to bundle.css by default? #49

Closed
@aeosynth

Description

@aeosynth

from the readme:

Default behaviour is to write all styles to the bundle destination where .js is replaced by .css

but style.js bails if there is no destination string:

https://github.com/znck/rollup-plugin-vue/blob/master/src/style.js#L33-L35

if (typeof dest !== 'string') {
    return
}

with defaults (no css option), i do not get a css file; i would like to get it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions