Matthieu Napoli 1019939969 #6017 Plugin relative paths should start with ./
Following the discussion in #6261 it should be possible to load plugin via relative paths, as long as the path starts with `./`.

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-20 11:55:55 +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-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