Un-exclude nsfw

This commit is contained in:
Ash Wilson
2017-08-02 11:50:07 -04:00
parent 318708bb42
commit 1f56713702

View File

@@ -28,7 +28,6 @@ module.exports = function (packagedAppPath) {
coreModules.has(modulePath) ||
(relativePath.startsWith(path.join('..', 'src')) && relativePath.endsWith('-element.js')) ||
relativePath.startsWith(path.join('..', 'node_modules', 'dugite')) ||
relativePath.startsWith(path.join('..', 'node_modules', 'nsfw')) ||
relativePath === path.join('..', 'exports', 'atom.js') ||
relativePath === path.join('..', 'src', 'electron-shims.js') ||
relativePath === path.join('..', 'src', 'safe-clipboard.js') ||