Skip to content
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 opened this issue Jan 6, 2017 · 0 comments
Closed

write to bundle.css by default? #49

aeosynth opened this issue Jan 6, 2017 · 0 comments

Comments

@aeosynth
Copy link

aeosynth commented Jan 6, 2017

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

@znck znck added the bug label Jan 6, 2017
@znck znck closed this as completed in 20a78ec Jan 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants