BrunoLau.SpaServices
BrunoLau.SpaServices copied to clipboard
Port of Microsoft.AspNetCore.SpaServices into .NET 6 by using the Jering.Javascript.NodeJS interop library
I wrote my _webpack.config.js_ as an ES Module. Here is my _package.json_: ``` { "type": "module", "scripts": { "build": "webpack --config webpack.config.js" }, "devDependencies": { "aspnet-webpack-5": "^4.0.0", "eslint": "^8.56.0", "webpack":...
Getting this error after trying to upgrade my project to dotnet 7 & SpaServices v6.0.3: error CS1061: 'IRouteBuilder' does not contain a definition for 'MapSpaFallbackRoute' and no accessible extension method...