Package Exports
- gulp-qs-append
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-qs-append) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gulp-qs-append
Querystring append plugin for gulp
Usage
First, install gulp-qs-append as a development dependency:
npm install --save-dev gulp-qs-append
yarn add --dev gulp-qs-appendThen, add it to your gulpfile.js:
const qsAppend = require('gulp-qs-append');
gulp.src('./dist/*/*.html')
.pipe(qsAppend())
.pipe(gulp.dest('./dist'));License
Licensed under the MIT license.