Open mir-bskochko opened 7 months ago
In config, we can set up
jsxPonyfill([ { find: "Array.isArray", replace: "__isArray", inject: `function __isArray(arr) { try { return arr instanceof Array; } catch (e) { return false; } };`, }, ])
But If I want to import a group of pollyfills for example from https://polyfill.io/, etc. Can we better implement it? Maybe create a special file and import or how?
In config, we can set up
But If I want to import a group of pollyfills for example from https://polyfill.io/, etc. Can we better implement it? Maybe create a special file and import or how?