Skip to content

Commit

Permalink
Resolve memory leak warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 27, 2024
1 parent 7dd749a commit ac5ac43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .labrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ module.exports = {
// whilst avoiding having to pass it around
'GlobalNotifier',
// HapiServerMethods is added by us in a server plugin to allow us to access server methods globally.
'HapiServerMethods'
'HapiServerMethods',
// Caused by eslint-plugin-import-x which is a dependence of Neostandard we rely on to ensure the team adds the .js
// extension to files when requiring them
'__rewriteRelativeImportExtension'
].join(',')
}

0 comments on commit ac5ac43

Please sign in to comment.