From f9c61265284e4de30b6201d13604a94b5b07c5a0 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Mon, 7 Sep 2020 13:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20cra=20issue=20(#913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/react16/.rescriptsrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/react16/.rescriptsrc.js b/examples/react16/.rescriptsrc.js index 4e3f22a..bf4128b 100644 --- a/examples/react16/.rescriptsrc.js +++ b/examples/react16/.rescriptsrc.js @@ -11,9 +11,8 @@ module.exports = { }, devServer: _ => { - const config = {}; + const config = _; - config.port = '7100'; config.headers = { 'Access-Control-Allow-Origin': '*', };