2016-06-16 6 views

Antwort

0

funktioniert wie folgt:

const req = require.context('plugin!./path/to/src/', true); 
req('./'+modulePath) 
Verwandte Themen