Skip to content

Commit 8fc58ca

Browse files
casrgoto-bus-stop
authored andcommitted
Turn off source maps in custom example (#15)
1 parent d086607 commit 8fc58ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ browserify('entry.js')
9494
.plugin('common-shakeify')
9595
.plugin('browser-pack-flat/plugin')
9696
.bundle()
97-
.pipe(require('minify-stream')())
97+
.pipe(require('minify-stream')({ sourceMap: false }))
9898
.pipe(fs.createWriteStream('./output.js'))
9999
```
100100

0 commit comments

Comments
 (0)