aspnet-webpack-react
v4.0.0
Published
Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.
Downloads
6,182
Keywords
Readme
Not for general use
This NPM package is an internal implementation detail of the Microsoft.AspNetCore.SpaServices
NuGet package.
You should not use this package directly in your own applications, because it is not supported, and there are no guarantees about how its APIs will change in the future.
History
- Version 1.x amends the Webpack config to insert
react-transform
andreact-transform-hmr
entries onbabel-loader
. - Version 2.x drops support for the Babel plugin, and instead amends the Webpack config to insert
react-hot-loader/webpack
andreact-hot-loader/patch
entries. This means it works with React Hot Loader v3.