diff --git a/rollup/rollup.config.realtime.js b/rollup/rollup.config.realtime.js index a3343ade..fc51b201 100644 --- a/rollup/rollup.config.realtime.js +++ b/rollup/rollup.config.realtime.js @@ -71,12 +71,6 @@ const im = { }, }; -const weappRuntimeReset = () => ({ - intro() { - return 'global.Object=Object;function Function(){return function(){return {}}};'; - }, -}); - export const weapp = { input: INPUT_FILE, output: { @@ -98,7 +92,6 @@ export const weapp = { browser: true, } ), - weappRuntimeReset(), ], };