Skip to content

Commit

Permalink
Set default compile mode to vue|we.
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Feb 4, 2018
1 parent 346f7c3 commit 50f8bf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/weex-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program.version(require('../package.json').version)
},
watch: program.watch,
devtool: program.devtool,
ext: pathTool.extname(source) || program.ext || 'vue',
ext: pathTool.extname(source) || program.ext || 'vue|we',
web: !!program.web,
min: !!program.min,
}, function (err, output, json) {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weex-builder",
"version": "0.3.13",
"version": "0.3.14",
"main": "index.js",
"bin": "bin/weex-builder.js",
"repository": {
Expand Down

0 comments on commit 50f8bf1

Please sign in to comment.