Skip to content

Commit

Permalink
Remove workaround for evanw/esbuild#1202
Browse files Browse the repository at this point in the history
This reverts commit 879ff95.
  • Loading branch information
rsimha committed May 17, 2021
1 parent 4cfb48d commit 26b418e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-system/tasks/runtime-test/runtime-test-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ class RuntimeTestConfig {
},
plugins: [importPathPlugin, babelPlugin],
sourcemap: 'inline',
// TODO(rsimha): Remove this workaround once evanw/esbuild#1202 is fixed.
banner: {
js: "function require(x) { throw new Error('Cannot require ' + x) }",
},
};
}

Expand Down

0 comments on commit 26b418e

Please sign in to comment.