You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/01 06:03:47 UTC

[42/50] [abbrv] incubator-weex git commit: * [html5] remove unused dependencies.

* [html5] remove unused dependencies.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/1375a6a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/1375a6a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/1375a6a1

Branch: refs/heads/dev
Commit: 1375a6a13356f340aacb7eca0cef5e4f718cf107
Parents: b5ae07c
Author: MrRaindrop <te...@gmail.com>
Authored: Fri Mar 31 14:38:50 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Fri Mar 31 14:38:50 2017 +0800

----------------------------------------------------------------------
 build/karma.vue.conf.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1375a6a1/build/karma.vue.conf.js
----------------------------------------------------------------------
diff --git a/build/karma.vue.conf.js b/build/karma.vue.conf.js
index c447026..8844594 100644
--- a/build/karma.vue.conf.js
+++ b/build/karma.vue.conf.js
@@ -1,6 +1,3 @@
-var flow = require('rollup-plugin-flow')
-var buble = require('rollup-plugin-buble')
-var replace = require('rollup-plugin-replace')
 var rollupConfig = require('./config')('weex-vue-render', true)
 var path = require('path')