Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jul 12, 2023
1 parent 4a26550 commit 84281d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/compiler/server/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const createEsbuildConfig = (
// of desired polyfills instead. This list was manually populated by looking
// for unimplemented browser polyfills in the jspm-core repo:
// /~https://github.com/jspm/jspm-core/tree/main/nodelibs/browser
const unimplemented = [
let unimplemented = [
"async_hooks", // /~https://github.com/jspm/jspm-core/blob/main/nodelibs/browser/async_hooks.js
"child_process", // /~https://github.com/jspm/jspm-core/blob/main/nodelibs/browser/child_process.js
"cluster", // /~https://github.com/jspm/jspm-core/blob/main/nodelibs/browser/cluster.js
Expand Down

0 comments on commit 84281d9

Please sign in to comment.