init source
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* - adds platform extensions to Node resolver
|
||||
*/
|
||||
module.exports = {
|
||||
settings: {
|
||||
'import/resolver': {
|
||||
node: {
|
||||
// Note: will not complain if only _one_ of these files exists.
|
||||
extensions: ['.js', '.web.js', '.ios.js', '.android.js'],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user