You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
I use browserSync and rollup in a gulp live command to watch for file changes and compile JS automatically. My JS imports a bunch of .vue files and rollup-plugin-vue is collectiong all CSS from all components in vue/vue.css file.
On first run everything is good.
Expected behavior
It should gather all CSS from all .vue components in one vue/vue.css file on each run inside a persistent process.
Actual behavior
On the second and consequent runs inside the same process, it collects CSS from only one .vue component.
Steps to reproduce the behavior
I run gulp-better-rollup with the following plugins:
I use
browserSync
androllup
in agulp live
command to watch for file changes and compile JS automatically. My JS imports a bunch of.vue
files androllup-plugin-vue
is collectiong all CSS from all components invue/vue.css
file.On first run everything is good.
Expected behavior
It should gather all CSS from all
.vue
components in onevue/vue.css
file on each run inside a persistent process.Actual behavior
On the second and consequent runs inside the same process, it collects CSS from only one
.vue
component.Steps to reproduce the behavior
I run
gulp-better-rollup
with the following plugins:multiple time inside the same process for the same source files.
The text was updated successfully, but these errors were encountered: