I updated a Meteor project to 3.4 with rspack and now when starting a local development server i get a “Content not from webpack is served from” error in console like this:
=> Started proxy.
=> Started HMR server.
[Rspack Server] [server-rspack]:package ... -
[server-rspack] compiled successfully in 202 ms
=> Started MongoDB.
[Rspack Client] <i> [webpack-dev-server] Project is running at:
[Rspack Client] <i> [webpack-dev-server] Loopback: http://localhost:8080/, http://[::1]:8080/
[Rspack Client Error] <i> [webpack-dev-server] On Your Network (IPv4): http://192.168.1.104:8080/
<i> [webpack-dev-server] Content not from webpack is served from '/home/vooteles/tm/public' directory
[Rspack Client] [client-rspack]:package ... -
[client-rspack] compiled successfully in 434 ms
=> Started your app.
=> App running at: http://localhost:3000
I have seen other having similar errors as well in the console output. Is this something that requires attention or can it be safely ignored?
Claude advises the following:
