Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

webpack hmr react-router exception server-side in production mode #354

Description

@cveld

Steps to reproduce, following http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/

  • yo aspnetcore-spa (using version 0.3.4)
  • Choose the React redux template
  • set ASPNETCORE_ENVIRONMENT=Production
  • webpack --config webpack.config.vendor.js
  • webpack
  • dotnet run
  • Fetch http://localhost:5000 from a webbrowser

This will result in the following server-side exception:

fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
      An unhandled exception has occurred: Call to Node module failed with error: Error: The location '/__webpack_hmr' doesn't match any route configured in react-router.
at ClientApp\boot-server.js:1:802

How can I prevent this? Why is Webpack Hot Module Replacement kicking off in production mode - at least server-side?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions