catamphetamine / universal-webpack

Isomorphic Webpack: both on client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript signatures for clientConfiguration/serverConfiguration do not include options

alecf opened this issue · comments

in https://github.com/catamphetamine/universal-webpack/blob/master/index.d.ts, the 3rd option to clientConfiguration / serverConfiguration is missing the options parameter:

https://github.com/catamphetamine/universal-webpack/blob/master/index.d.ts

which means you can't call this from typescript without jumping through some hoops!

Released universal-webpack@0.6.10 with the fix.
Didn't check if it works (I don't use TypeScript).

thanks!