Heya,
I am developing a package for atom.
I have faced an issue with regexps.
I would like to use latest regexp features like s
flag, or named groups etc. Currently, electron is using a bit old chromium version
$ npm i -D electron@latest
Electron 2.0.5
Node 8.9.3
Chromium 61.0.3163.100
After electron v3 release new regexp features will work. But I need to get them work now.
How can I add babel-plugin-transform-modern-regexp
Can anyone help me with this?
Thanks in advance!