Next.js: Hot reload on virtualbox with windows folder mount

Created on 13 Jan 2017  路  3Comments  路  Source: vercel/next.js

Hot reload does not work on virtualbox with windows folder mount, probably due to disabled poll option of webpackDevMiddleware. The poll option is set to true when isWindowsBash is true, but isWindowsBash is not true on virtualbox with windows folder mount. The solution would be to allow to configure webpackDevMiddleware in next.config.js.

Most helpful comment

All 3 comments

馃槰

Yep. Closing this in favor of #823

Was this page helpful?
0 / 5 - 0 ratings