-
- 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.
parent
627ba79a
No related branches found
No related tags found
Please register or sign in to comment