We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c83abc commit f848dc2Copy full SHA for f848dc2
src/v2/guide/deployment.md
@@ -54,7 +54,7 @@ NODE_ENV=production browserify -g envify -e main.js | uglifyjs -c -m > build.js
54
var envify = require('envify/custom')
55
56
browserify(browserifyOptions)
57
- .transform(vueify),
+ .transform(vueify)
58
.transform(
59
// Required in order to process node_modules files
60
{ global: true },
0 commit comments