We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d086607 commit 8fc58caCopy full SHA for 8fc58ca
readme.md
@@ -94,7 +94,7 @@ browserify('entry.js')
94
.plugin('common-shakeify')
95
.plugin('browser-pack-flat/plugin')
96
.bundle()
97
- .pipe(require('minify-stream')())
+ .pipe(require('minify-stream')({ sourceMap: false }))
98
.pipe(fs.createWriteStream('./output.js'))
99
```
100
0 commit comments