Closed Dan503 closed 4 years ago
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers: https://github.com/rollup/stream/issues/1
This pull request adds documentation to guide users on how to most effectively use @rollup/stream in a Gulp watch task.
@rollup/stream
I also removed import terser from 'gulp-terser'; from the source-maps example since it wasn't being used in the example and it might confuse people.
import terser from 'gulp-terser';
I also converted the rollup-stream readme link to a cleaner text based link rather than a url.
Sorry it took a while to get eyes on this. We've been full steam ahead on the plugins repo and I had admittedly forgotten to watch this repo.
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers: https://github.com/rollup/stream/issues/1
Description
This pull request adds documentation to guide users on how to most effectively use
@rollup/stream
in a Gulp watch task.I also removed
import terser from 'gulp-terser';
from the source-maps example since it wasn't being used in the example and it might confuse people.I also converted the rollup-stream readme link to a cleaner text based link rather than a url.