Skip to content

Commit f848dc2

Browse files
vuejs-jp-botre-fort
authored andcommitted
Fixed typo in Gulp example in deployment.md(vuejs#615)
1 parent 0c83abc commit f848dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ NODE_ENV=production browserify -g envify -e main.js | uglifyjs -c -m > build.js
5454
var envify = require('envify/custom')
5555

5656
browserify(browserifyOptions)
57-
.transform(vueify),
57+
.transform(vueify)
5858
.transform(
5959
// Required in order to process node_modules files
6060
{ global: true },

0 commit comments

Comments
 (0)