faker-js/faker#1052
We set out target to ['es2020', 'node14.6.0'] as node v14.6 is the lowest version we want to support based on https://kangax.github.io/compat-table/es2016plus/#node14_6
In the issue you can see that everything below node 14.13 is failing in the build step
(I assume) related to that, we got multiple issue reports about that Webpack and Cypress now fails when using FakerJS
This can be somewhat also be relevant for Vite and other Vue/Vite ecosystem packages 👀
faker-js/faker#1052
We set out target to
['es2020', 'node14.6.0']as node v14.6 is the lowest version we want to support based on https://kangax.github.io/compat-table/es2016plus/#node14_6In the issue you can see that everything below node 14.13 is failing in the build step
(I assume) related to that, we got multiple issue reports about that Webpack and Cypress now fails when using FakerJS
This can be somewhat also be relevant for Vite and other Vue/Vite ecosystem packages 👀