You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/03/31 02:44:44 UTC

[28/50] [abbrv] incubator-weex git commit: * [html5] fix postcss config for vue-loader.

* [html5] fix postcss config for vue-loader.


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

Branch: refs/heads/0.11-dev
Commit: 92d8af9ad80830cd6296eba0ab6e8b9a4a5548f5
Parents: 7a8f5a5
Author: MrRaindrop <te...@gmail.com>
Authored: Mon Mar 27 17:54:58 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Mon Mar 27 17:54:58 2017 +0800

----------------------------------------------------------------------
 build/webpack.examples.web.config.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/92d8af9a/build/webpack.examples.web.config.js
----------------------------------------------------------------------
diff --git a/build/webpack.examples.web.config.js b/build/webpack.examples.web.config.js
index e29543f..5aa04c7 100644
--- a/build/webpack.examples.web.config.js
+++ b/build/webpack.examples.web.config.js
@@ -80,9 +80,7 @@ module.exports = {
         }
       }
     ],
-    autoprefixer: {
-      browsers: ['last 7 versions']
-    }
+    postcss: [require('autoprefixer')()]
   },
   plugins: [bannerPlugin]
 }