You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2349: This expression is not callable.
[dev:main] Type 'typeof import("/my-repository/node_modules/webpack-electron-reload/dist/index")' has no call signatures.
Using export default createWebpackElectronReloadPlugin in the index.ts of your plugin may fix it.
The text was updated successfully, but these errors were encountered:
I'm trying to use your library but I'm using a webpack config written in typescript. I've noticed a few problems.
index.d.ts
just exports an empty object:export {};
It fails with
error TS2349: This expression is not callable. [dev:main] Type 'typeof import("/my-repository/node_modules/webpack-electron-reload/dist/index")' has no call signatures.
Using
export default createWebpackElectronReloadPlugin
in the index.ts of your plugin may fix it.The text was updated successfully, but these errors were encountered: