-
- Downloads
webpack-dev-server: Do not reload page when database file is modified
webpack-dev-server watches static files and will reload application in the browser when one of them is modified. However, we need to ignore sqlite3 database files used in development mode as any HTTP request that modifies the database will trigger an unexpected page reload.
Please register or sign in to comment