Matthieu Napoli 152b4c460a Fix #6017 Allow to load plugin from path
The list of plugins can now contain relative paths.

For example:

```yaml
plugins:
    # will load myfirstplugin/plugin.js or myfirstplugin/plugin/index.js
    - 'myfirstplugin/plugin'
    # will load mysecondplugin/plugin.js or mysecondplugin/plugin/index.js
    - 'mysecondplugin/plugin'
```
2019-06-18 16:12:49 +02:00
..
2019-06-10 11:19:14 -04:00
2019-03-18 11:52:59 +01:00
2019-06-03 13:56:56 +02:00
2019-06-05 10:59:22 +02:00
2019-06-11 08:52:00 -04:00
2019-06-10 11:19:14 -04:00
2019-06-05 09:53:33 +02:00
2019-05-30 22:06:36 +02:00
2019-06-03 16:55:09 +02:00