You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/06/30 08:49:08 UTC

[3/7] incubator-weex git commit: * [html5] update vue-loader verison.

* [html5] update vue-loader verison.


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

Branch: refs/heads/0.15-dev
Commit: 6fea967a13c349893a73af5650f46181aa1dccc6
Parents: ec85355
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Jun 29 14:40:21 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Jun 29 14:40:21 2017 +0800

----------------------------------------------------------------------
 build/webpack.test.web.config.js | 1 +
 package.json                     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6fea967a/build/webpack.test.web.config.js
----------------------------------------------------------------------
diff --git a/build/webpack.test.web.config.js b/build/webpack.test.web.config.js
index 3135852..6c2a6d4 100644
--- a/build/webpack.test.web.config.js
+++ b/build/webpack.test.web.config.js
@@ -81,6 +81,7 @@ module.exports = {
     ]
   },
   vue: {
+    optimizeSSR: false,
     /**
      * important! should use postTransformNode to add $processStyle for
      * inline style prefixing.

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6fea967a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 702bba1..2888260 100644
--- a/package.json
+++ b/package.json
@@ -155,7 +155,7 @@
     "sinon-chai": "^2.8.0",
     "uglify-js": "^2.6.4",
     "vue": "^2.2.6",
-    "vue-loader": "^11.3.3",
+    "vue-loader": "^12.2.1",
     "vue-template-compiler": "^2.2.6",
     "webpack": "^1.13.1",
     "weex-components": "^0.2.0",