mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-12 22:50:54 +03:00
removed parse5 from the exclude list
This commit is contained in:
parent
45596ce4e8
commit
f37af2c723
@ -118,9 +118,6 @@ 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') ||
|
||||
|
Loading…
Reference in New Issue
Block a user