From 5787a0653261a4423d5c061f0cb8bfa1f126b4f0 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 11 Jul 2016 11:47:09 -0300 Subject: [PATCH] Improve gulp tasks --- gulpfile.babel.js/tasks/browserify.js | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gulpfile.babel.js/tasks/browserify.js b/gulpfile.babel.js/tasks/browserify.js index 9e9cb60..4e1ec57 100644 --- a/gulpfile.babel.js/tasks/browserify.js +++ b/gulpfile.babel.js/tasks/browserify.js @@ -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 diff --git a/package.json b/package.json index bfa9c38..d03fadc 100644 --- a/package.json +++ b/package.json @@ -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"