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
Static assets from '/public/' dir does not handled well.
i.e. having file in '/public/robots.txt' does not work as expected,
it produces 404 error as it 's intercepted by this dev. server plugin but not vite.
Static assets from '/public/' dir does not handled well.
i.e. having file in '/public/robots.txt' does not work as expected,
it produces 404 error as it 's intercepted by this dev. server plugin but not vite.
temp workaround atm. was using option:
exclude: ['.*.ts', '.*.tsx', '/@.+', '/node_modules/.*', '/inc/.*', '.*.txt', '.*.ico' ],
- added exlude paths.The text was updated successfully, but these errors were encountered: