Merge pull request #20462 from dmoonfire/spell-check-0.76.0-fix

Fix to get ⬆️ spell-check@0.76.0 #20400 to merge
This commit is contained in:
Mazen El-Kashef
2020-03-04 08:17:48 -05:00
committed by GitHub
3 changed files with 138 additions and 107 deletions

View File

@@ -177,6 +177,22 @@ module.exports = function(packagedAppPath) {
'glob',
'glob.js'
) ||
requiredModuleRelativePath ===
path.join(
'..',
'node_modules',
'spell-check',
'lib',
'locale-checker.js'
) ||
requiredModuleRelativePath ===
path.join(
'..',
'node_modules',
'spell-check',
'lib',
'system-checker.js'
) ||
requiredModuleRelativePath ===
path.join(
'..',