mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Special case reactionary in cache
This commit is contained in:
@@ -27,6 +27,15 @@ module.exports = (grunt) ->
|
||||
'vendor'
|
||||
]
|
||||
|
||||
# Reactionary does not have an explicit react dependency
|
||||
metadata._atomModuleCache.folders.push
|
||||
paths: [
|
||||
'node_modules/reactionary-atom-fork/lib'
|
||||
]
|
||||
dependencies: {
|
||||
'react-atom-fork': metadata.dependencies['react-atom-fork']
|
||||
}
|
||||
|
||||
validExtensions = ['.js', '.coffee', '.json', '.node']
|
||||
|
||||
extensions = {}
|
||||
|
||||
Reference in New Issue
Block a user