()
| 254 | }; |
| 255 | |
| 256 | function getPaths() { |
| 257 | return { |
| 258 | plugins: plugins.plugins.map((name) => { |
| 259 | return resolve(path, 'node_modules', name.split('#')[0]); |
| 260 | }), |
| 261 | localPlugins: plugins.localPlugins.map((name) => { |
| 262 | return resolve(localPath, name); |
| 263 | }) |
| 264 | }; |
| 265 | } |
| 266 | |
| 267 | // expose to renderer |
| 268 | export {getPaths}; |
no test coverage detected