Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
の機能が必要ですがconnect.static、提供される HTML および JavaScript ファイルにコードを挿入したいと考えています。
connect.static
connect.static は、これには適切な選択ではありません。静的ミドルウェアは、静的コンテンツをディスクから直接提供するためのものです。
connect-assetmanager (https://github.com/mape/connect-assetmanager) を見てください。必要な処理を実行する serveModify フックがあります。