mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-19 04:31:08 +00:00
Improve gulp tasks
This commit is contained in:
parent
9485d3422b
commit
5787a06532
2 changed files with 2 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ gulp.task('browserify', () => {
|
|||
packageCache: {},
|
||||
debug: true,
|
||||
detectGlobals: false,
|
||||
extensions: ['js', 'json', 'vue'],
|
||||
extensions: ['.js', '.json', '.vue'],
|
||||
ignoreWatch: true,
|
||||
noparse: ['node_modules/**/*.js'],
|
||||
entries: entry
|
||||
|
|
|
|||
|
|
@ -45,8 +45,7 @@
|
|||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"vueify": "^8.7.0",
|
||||
"watchify": "^3.7.0",
|
||||
"xtend": "^4.0.1"
|
||||
"watchify": "^3.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^1.0.26"
|
||||
|
|
|
|||
Loading…
Reference in a new issue