Skip to content

Commit

Permalink
build: remove weappRuntimeReset plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Mar 8, 2023
1 parent 3c039cd commit 2e64daf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rollup/rollup.config.realtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -98,7 +92,6 @@ export const weapp = {
browser: true,
}
),
weappRuntimeReset(),
],
};

Expand Down

0 comments on commit 2e64daf

Please sign in to comment.