mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
fixed build error
This commit is contained in:
@@ -118,6 +118,9 @@ module.exports = function(packagedAppPath) {
|
||||
requiredModuleRelativePath.endsWith(
|
||||
path.join('node_modules', 'temp', 'lib', 'temp.js')
|
||||
) ||
|
||||
requiredModuleRelativePath.endsWith(
|
||||
path.join('node_modules', 'parse5', 'lib', 'index.js')
|
||||
) ||
|
||||
requiredModuleRelativePath === path.join('..', 'exports', 'atom.js') ||
|
||||
requiredModuleRelativePath ===
|
||||
path.join('..', 'src', 'electron-shims.js') ||
|
||||
|
||||
Reference in New Issue
Block a user