Files
Vítězslav Ackermann FerkoandAndrew Branch 4b598f5dc9 react-loadable fix webpack/node.js compatibility (#39033)
* Update index.d.ts

According to  webpack types
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/f58986ca20210f8e6612942db077b9228740a315/types/webpack-env/index.d.ts#L44

this returns array of strings in node.js and array of numbers in webpack.

* Update index.d.ts

use Array for non simple types
2019-10-14 12:07:14 -07:00
..