Javascriptservices: webpack-dashboard?

Created on 17 Aug 2016  路  3Comments  路  Source: aspnet/JavaScriptServices

Is there a way to get webpack dashboard working with webpack-dev-middleware that asp.net core spa project is using?

I tried to use it, as per described on the webpack-dashbaord repository page, but nothing shows up in console.

Would be really handy if we can see the output in dashboard console with bunch of other information which in normal output window isn't useful.

Most helpful comment

@MarkPieszak Thanks - sounds good! Obviously this would only be useful if the log output is able to combine both the Webpack status info alongside the regular ASP.NET log output. Not sure if webpack dashboard really handles the case where you have other server-side code running, or if it's only intended for use on trivial static-file dev servers where you only have Webpack running.

All 3 comments

I can look into this if you'd like @SteveSandersonMS

@MarkPieszak Thanks - sounds good! Obviously this would only be useful if the log output is able to combine both the Webpack status info alongside the regular ASP.NET log output. Not sure if webpack dashboard really handles the case where you have other server-side code running, or if it's only intended for use on trivial static-file dev servers where you only have Webpack running.

I'll close this since it's somewhat tangential (not being directly a bug or feature in JavaScriptServices) but if anyone (e.g., @MarkPieszak) finds a good webpack dashboard setup that is worth adding to the docs, please let us know!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sampath-Lokuge picture Sampath-Lokuge  路  4Comments

AmrineA picture AmrineA  路  3Comments

mounthorse-slns picture mounthorse-slns  路  3Comments

tmedanovic picture tmedanovic  路  4Comments

justinyoo picture justinyoo  路  3Comments