Use shared Babel.js configuration#27022
Use shared Babel.js configuration#27022francoisfreitag wants to merge 1 commit intonextcloud:masterfrom
Conversation
9c24802 to
4729d6c
Compare
4729d6c to
072530e
Compare
|
I regenerated the JS and source map files after the config change, hopefully that’ll make the Node build green. |
072530e to
77f2a98
Compare
Keep in sync with other repositories by using the centralized configuration for Babel.js. Signed-off-by: François Freitag <mail@franek.fr>
77f2a98 to
dd90d9b
Compare
|
Figured it out, I had |
|
I do not understand what is going on yet, but it is due to the switch from |
|
Changing the config is a large change. Previously, because module was |
Ah, yes, unfortunately our test suite might not be compatible with our babel config. It's not a trivial change. |
Keep in sync with other repositories by using the centralized
configuration for Babel.js.