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': '*', };