Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit a557c78

Browse files
authored
drop outputWrapper from README, unsupported
1 parent cd87234 commit a557c78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ gulp.task('script', function() {
7676
.pipe(compiler({
7777
compilationLevel: 'SIMPLE',
7878
warningLevel: 'VERBOSE',
79-
outputWrapper: '(function(){\n%output%\n}).call(this)',
8079
jsOutputFile: 'output.min.js', // outputs single file
8180
createSourceMap: true,
8281
}))

0 commit comments

Comments
 (0)