grigio
grigio
`meteor add ecmascript` or https://github.com/jedwards1211/meteor-webpack-react Some features provided by `grigio:babel` might be not available in other integrations but some > ES2015 feature provided by the polyfill are very risky, example...
`Error: Match error: Expected Number in field port` it could be related to https://github.com/grigio/meteor-babel/issues/5
It doesn't seem to me a `grigio:babel` issue. Have you tried to use .js instead .jsx or .es6.js to see if happens as well in the current javascript?
Mhmm it could be an issue similar to #5
It still need to be improved
@gadicc thanks for the reply. Yes, "app level" strings works at "package level", but is possible to use `mf_extract.js` to add strings also from `projRoot + '/packages/my_custom_package/*` ?
Currently strings in `./packages/custom_pkg` aren't added. It seems to be fixed editing https://github.com/gadicc/meteor-messageformat/blob/master/cli/mf_extract.js from: ``` javascript var walker = walk.walk('.', { followLinks: false, filters: ["packages"] }); ``` to: ``` javascript...
Thanks for the update, I'll follow that
I didn't investigate if it is possible via API. I leave the issue open for now, if somebody else is interested
I tried OBS via flatpak and I had issues with some plugins, so now I'm using OBS via AUR. > If you're fine with it, I can submit obs-cmd to...