Hello! Try to use plugin with conf: ``` new AngularGetTextPlugin({ compileTranslations: { //optional input: 'locale/*.po', outputFolder: 'js/locale', format: 'javascript', }, }) ``` It produce ```es.javascript``` instead expected `es.js` sa https://github.com/augusto-altman/angular-gettext-plugin/blob/master/index.js#L29 Is it a bug?
Hello!
Try to use plugin with conf:
It produce
es.javascriptinstead expectedes.jssa https://github.com/augusto-altman/angular-gettext-plugin/blob/master/index.js#L29
Is it a bug?