From 2247fc1e861d17f13fc3265bb3b336e1dcaf3ee5 Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Mon, 23 Oct 2017 18:05:04 +0800 Subject: [PATCH] split g2-slider --- .roadhogrc | 3 ++- package.json | 1 - public/index.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.roadhogrc b/.roadhogrc index 61c0ea7a..a125ae97 100755 --- a/.roadhogrc +++ b/.roadhogrc @@ -19,7 +19,8 @@ }, "externals": { "g2": "G2", - "g-cloud": "Cloud" + "g-cloud": "Cloud", + "g2-plugin-slider": "G2.Plugin.slider" }, "theme": "./src/theme.js" } diff --git a/package.json b/package.json index 9a5c25f5..40cd8802 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "dependencies": { "antd": "next", "dva": "^1.2.1", - "g2-plugin-slider": "^1.2.1", "lodash": "^4.17.4", "numeral": "^2.0.6", "prop-types": "^15.5.10", diff --git a/public/index.html b/public/index.html index 8398ca1a..2978fdf6 100755 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@
+