Skip to content

Commit

Permalink
Update to latest v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 8, 2017
1 parent 714ca63 commit e5d9033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyApp.ServiceInterface/MyServices.cs
Expand Up @@ -9,7 +9,7 @@
namespace MyApp.ServiceInterface
{
[Exclude(Feature.Metadata)]
[FallbackRoute("/{PathInfo*}", MatchRule="AcceptsHtml")]
[FallbackRoute("/{PathInfo*}", Matches="AcceptsHtml")]
public class FallbackForClientRoutes
{
public string PathInfo { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion MyApp/webpack.config.vendor.js
Expand Up @@ -39,7 +39,7 @@ module.exports = (env) => {
},
devtool: "source-map",
output: {
path: path.join(__dirname, 'wwwroot', 'dist'),
path: root('wwwroot/dist'),
publicPath: 'dist/',
filename: '[name].dll.js',
library: '[name]_[hash]',
Expand Down

0 comments on commit e5d9033

Please sign in to comment.