From 91cfb564df4c6ae7fb62f405f7fa15da1847c289 Mon Sep 17 00:00:00 2001 From: "mario.gk" Date: Thu, 24 Sep 2020 10:32:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20build=20=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/build.plugin.js | 1 + packages/react-renderer/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/demo/build.plugin.js b/packages/demo/build.plugin.js index 9e95cbd09..1e50c137b 100644 --- a/packages/demo/build.plugin.js +++ b/packages/demo/build.plugin.js @@ -16,6 +16,7 @@ module.exports = ({ onGetWebpackConfig }) => { .use( new MonacoWebpackPlugin({ languages: ['typescript', 'css', 'json'], + features: ['!gotoSymbol'], }), [], ); diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 5987a1adf..aa383839b 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -54,5 +54,5 @@ "publishConfig": { "registry": "http://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.9-9/build/index.html" + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-1/build/index.html" }