UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

14 lines (13 loc) 288 B
/** * - 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'], }, }, }, }