{"library":"webpack-aspnet-middleware","type":"library","category":null,"description":"webpack-aspnet-middleware is a Node.js package designed to integrate Webpack's development server features, including hot module replacement, into ASP.NET Core applications. It acts as a handler for the corresponding .NET `WebpackAspnetMiddleware` (or `Microsoft.AspNetCore.SpaServices` and `aspnet-webpack` NuGet packages), facilitating a two-way asynchronous communication channel between the .NET backend and the Node.js-based Webpack compiler. This enables real-time updates of client-side assets during development without manual recompilation. The package is currently at version 2.3.1, but its underlying .NET integration components (`Microsoft.AspNetCore.SpaServices` and `aspnet-webpack`) have been marked as obsolete since .NET Core 3.0, replaced by `Microsoft.AspNetCore.SpaServices.Extensions`. As such, this package is effectively considered abandoned for modern .NET Core development, with the last related npm package (`aspnet-webpack`) published over eight years ago. Its primary utility was within the ASP.NET Core 1.x and 2.x ecosystems for SPA integration, providing features like in-memory compilation and serving Webpack output directly from the .NET application.","language":"javascript","status":"abandoned","version":"2.3.1","tags":["javascript","webpack","aspnet","hot","reload","dev","server","middleware","bundle"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-aspnet-middleware","imports":["const devMiddleware = require('webpack-dev-middleware');","const hotMiddleware = require('webpack-hot-middleware');","entry: ['webpack-aspnet-middleware/client', './index.js'],"]},{"cmd":"yarn add webpack-aspnet-middleware","imports":[]},{"cmd":"pnpm add webpack-aspnet-middleware","imports":[]}],"homepage":null,"github":"https://github.com/frankwallis/WebpackAspnetMiddleware","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-aspnet-middleware","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/webpack-aspnet-middleware/compatibility"}}