Plugin.registerCompiler({ extensions: ['js'], }, function () { return new BabelCompiler({ modules: true }); });